Scaling ML With Kubermatic Kubernetes Platform
As enterprises mature in their appreciation and use of AI, machine learning, and deep learning, a critical question arises: How can they scale and industrialize ML development? Many conversations around machine learning focus on the actual model, however, this is only one step along the way to a …
Multi-cloud: The Good, the Bad and the Ugly
“The days of single cloud deployments are gone”, according to David Linthicum, Chief Cloud Strategy Officer at Deloitte and I couldn’t agree more: Flexera’s 2021 State of the Cloud Report states that 93% of businesses are already moving to a multi-cloud architecture.
Kubermatic News in December 2021
There is no doubt – the cloud has revolutionized the way businesses operate. With increased scalability, faster deployment times, and improved IT operational efficiency, migrating to the cloud will give your organization the cutting edge it needs to stay competitive. But the real game changer is its …
Creating Kubernetes Namespaces
A Namespace is a Kubernetes object that helps group and structure other Kubernetes objects and partitions them in a Kubernetes cluster. Various Kubernetes objects like Pods, Deployments, Services etc. The steps below will guide you on how to create a Namespace and how to create a Kubernetes object in the Namespace.
Why Kubernetes Management Needs a Seat at the Strategy Table
Organizations that successfully implement cloud native technologies often perform better than their peers. Cloud native is not new, but it has certainly gained popularity due to the multitude of success stories that are out there today.
MELLODDY Meets Year Two Objective
We are thrilled to announce that the MELLODDY project has met its year two objective of improving the performance of its federated predictive model to accelerate drug discovery.
Kubermatic Raises $6M in Seed Funding to Speed Up Growth & Innovation
More than 5 years ago, when Kubernetes was nothing more than a promising technology underdog, we started Kubermatic with barely a handful of people working out of Julian’s living room. Since then we’ve been bootstrapping and growing Kubermatic to more than 80 people worldwide.
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.
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 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.
KKPCTL: The Command Line Tool for Kubermatic Kubernetes Platform
KKPCTL is a command line tool written by Cedric Kienzler in early 2021 which implements parts of the Kubermatic Kubernetes Platform (KKP) API and lets you access the API via your command line.
How to Run Virtual Machines With KubeVirt in KKP
Let’s talk about virtual machines. Can we all agree that Kubernetes and cloud native technologies rock and the cool kids do not want to run VMs anymore?