Kubermatic branding element

Blog

Kubernetes

OpenStack vs Azure Stack: 5 Key Differences

If you are seeking to adopt a hybrid-cloud strategy, you might want to evaluate alternatives to OpenStack. Azure Stack is a commercial solution you can use to extend the Azure public cloud to the local data center. It is a common alternative to OpenStack when deploying hybrid clouds.

KKP

Annotating Machine Deployment for Autoscaling

In the last post, we discussed Kubernetes Autoscaler in KKP as well as its usage. We also showed you how to install Kubernetes Autoscaler on a KKP Cluster. Now let’s take it a step further and show you how to annotate the MachineDeployments which you want the Autoscaler to recognize.

KKP

KKP Cluster Autoscaler

In a nutshell, it’s a component that automatically adjusts the size of a Kubernetes Cluster so that all pods have a place to run and there are no unneeded nodes.

Company

We Proudly Present KKP 2.18 and KubeOne 1.3

Today, we are thrilled to announce Kubermatic Kubernetes Platform 2.18 and KubeOne 1.3. Our team has put a lot of thought, love, and sweat in both releases to deliver our biggest update to date.

KKP

Kubermatic Kubernetes Platform 2.18 Is Here!

Today, we are excited to announce the latest release of Kubermatic Kubernetes Platform (KKP). Through our dedicated efforts we are pleased to offer our community one of the most significant updates to date, which includes some great new features like multi user cluster monitoring, logging, and altering, cluster templates, new metering integration, and Open Policy Agent enhancements.

KubeOne

Life Is Hard, KubeOne 1.3 Makes It Easier!

Today, we are pleased to announce that KubeOne 1.3 is now generally available. KubeOne is our open source cluster lifecycle management tool that automates cluster deployment and management in your preferred cloud, on-prem, edge, or IoT environment.

Kubernetes

Audit Logging in Clusters

Whenever you change something in your cluster, you might want to log that change somewhere so that you can look it up later. Did you know that Kubernetes not only lets you log all changes but also fire events that respond to particular changes? Find out in this article how to do this!