Learn why Private Cloud Director is the best VMware alternative

The Platform9 Blog

Making the most of the Private Cloud

Filter posts by category

Kubernetes for CI/CD at scale

Overview In this post you’ll learn: CI/CD platforms for Kubernetes How to Install Jenkins on Kubernetes Scaling CI/CD Jenkins Pipelines with Kubernetes Best Practices to use Kubernetes for CI/CD at scale Kubernetes has a vast list of use cases in the cloud-native world. It can be utilized to deploy application containers in the cloud, schedule […]

6 Ways Kubernetes Simplifies Multi-Cloud Management

A multi-cloud strategy is hard. Fortunately, Kubernetes makes it easier. In several respects, Kubernetes helps to solve or work around the most pressing pain points within a multi-cloud architecture. Let’s explore how. Multi-cloud challenges Multi-cloud architectures can deliver a number of benefits, including better cost-efficiency, reliability and scalability. Yet those benefits come with tradeoffs. (Read

Kubernetes Container Registry and Image Scanning

If you’ve been investigating Kubernetes – or any container management system – you might have come across references to an image registry. In this article, we’re going to talk about what an image registry is, and why it’s an essential component of your Kubernetes implementation. We’re also going to discuss registry scanners, and why they’re

Six Kubernetes Takeaways for IT Ops Teams from the 2019 Gartner Infrastructure, Operations & Cloud Strategies Conference

We just returned from Gartner IT infrastructure, Operations, and Cloud Strategies conference (IOCS) held in Las Vegas Dec 9-12, 2019, which drew more than 3500 attendees and more than 120 exhibitors (+50% vs last year). Infrastructure, Operations, and Cloud teams who came to Gartner IOCS are positioning themselves to innovate with new technologies like Kubernetes,

Kubernetes Monitoring at Scale with Prometheus and Cortex

Kubernetes Monitoring Solutions Deploying Prometheus on Kubernetes Deploying Cortex on Kubernetes Key Metrics ti Track The growing adoption of microservices and distributed applications gave rise to the container revolution. Running on containers necessitated orchestration tooling, like Kubernetes. But managing the availability, performance, and deployment of containers is not the only challenge. It is important to

Stateful applications with Kubernetes

When containers became mainstream, they were designed to support ephemeral – stateless – workloads. Since then, a lot of effort has been made to support stateful applications in the container ecosystem, with a lot of that focus targeted towards better support from core Kubernetes. Stateful applications – and the data they contain – are extremely

Six Enterprise Kubernetes Takeaways from KubeCon 2019, San Diego

We just returned from KubeCon + CloudNativeCon 2019 held in sunny San Diego Nov 18-21. KubeCon San Diego 2019 drew more than 12,000 attendees, a 50% increase since the last event in Barcelona, just 6 months ago. While at the event, we interacted with more than 1,800 attendees and had more than 1,300 attendees complete

Kubernetes for Machine Learning

Machine Learning (ML) is rapidly becoming essential to businesses and institutions across the globe.  Each organization must meet the challenge of provisioning a computational infrastructure that can support a resource-intensive machine-learning pipeline. While moving computation to the cloud has become the standard response to the challenge of scalability, machine learning teams have specific needs that

K8s Service Mesh

Kubernetes Service Mesh: A Comparison of Istio, Linkerd, and Consul

Cloud-native applications are often architected as a constellation of distributed microservices, which are running in Containers. Increasingly, these containerized applications are Kubernetes-based, as it has become the de-facto standard for container orchestration. One outcome that most companies using microservices architecture don’t fully understand the impact of until they are well down the path is microservices

Kubernetes Security: What (and What Not) to Expect

When it comes to security, there is a lot that Kubernetes does. There is also a lot that it doesn’t do. To secure Kubernetes effectively for real-world deployment, you must understand which built-in security features Kubernetes offers and which it doesn’t, and how to leverage Kubernetes’s security capabilities at scale. Below, we walk through Kubernetes’s

Kubernetes Service Discovery: Principles in Practice

Overview This article will cover: What Is Kubernetes Service Discovery Deploy an Application as a Pod Create A Kubernetes Service Service Discovery Troubleshooting What Is Kubernetes Service Discovery One of the reasons why Kubernetes is the leading Container Orchestration platform today is because it offers a nice separation of concerns in terms of describing workloads. Essentially,

Scroll to Top