Blog

Company

KubeLB Unveiled: New Multi-Tenant Load Balancer

We’re thrilled to introduce KubeLB, the latest open-source project from Kubermatic. KubeLB is tailored for multi-tenant applications, operates seamlessly as a service, allowing multiple customers to leverage the same software with ease.

KKP

KubeOne

How to Mitigate the Impact of Docker Rate Limits with Kubermatic

If you are using Docker Hub, you will be aware of pull-request limits that are being enforced since November 2. Limits are determined based on the account type: If you are using the free tier of Docker Hub, you can only execute 100 pulls per 6 hours and per client IP for anonymous clients. …

Kubernetes

Kubernetes Operators: Automating Complex Application Lifecycles

What Is a Kubernetes Operator? Kubernetes Operators are a way to package, deploy, and manage Kubernetes applications. This includes Kubernetes applications deployed on Kubernetes and those that are managed using the Kubernetes API or kubectl. A Kubernetes Operator is a controller specific to an …

KubeOne

Community

KubeOne 1.1 is GA!

As KubeCon + CloudNativeCon North America Virtual kicks off, we are proud to announce general availability of KubeOne 1.1. KubeOne is our open source cluster lifecycle management tool for single Kubernetes clusters. It automates the deployment and Day 2 operations of Highly Available clusters for …

Kubernetes

Introduction to Deployment Strategies

The last part of this Kubernetes 101 series focused on ReplicaSets and Deployments and why it is better to use Deployments rather than Pods to manage your Kubernetes applications. In this part of the series, we will walk you through different types of Deployment strategies to give you the insight of …

Kubernetes

Kubernetes Security Best Practices

With recent platforms like Kubernetes and containers, CVE (Common Vulnerabilities and Exposures) can be found frequently, even in the most common utilities. They can pose a range of challenges for those in charge of security. There have been cases in the past where a critical issue let an attacker …

KKP

Introducing Kubermatic Kubernetes Platform 2.15

Today, we are thrilled to announce the release of Kubermatic Kubernetes Platform (KKP) 2.15. Significant work went into facilitating the installation process with the new KKP installer and introducing external cluster support. Read on for more details about these and other major improvements we made …

Kubernetes

Using Open Policy Agent With Kubermatic Kubernetes Platform

This article shows you how to use Open Policy Agent for policy making on a Kubernetes cluster managed by Kubermatic Kubernetes Platform (KKP). To use Open Policy Agent with Kubernetes, you have two options. You can use it as an admission controller with kube-mgmt: visit this extensive tutorial to …

Company

Project MELLODDY Meets Its Year One Objective

Today, we are excited to announce that the MELLODDY project (Machine Learning Ledger Orchestration for Drug Discovery) has met its year one objective - the deployment of the world’s first secure platform for multi-task federated learning for drug discovery. After a very intense year of collaborative …

Company

Joining the 5G Open Innovation Lab to Help Drive Early Adoption of 5G

Today, we are excited to announce that we have been selected as a member of the 5G Open Innovation Lab, a global ecosystem of developers, start-ups, enterprises, academia, and government institutions. The 5G Open Innovation Lab is focused on helping start-ups utilize 5G to develop new capabilities, …

Kubernetes

Why the Pandemic Is a Forcing Function for Cloud Native

It’s been breaking news over the past few weeks: For the second quarter of 2020, Zoom reported an incredible 355% revenue growth compared to the previous year. If there was any more proof needed that the pandemic has been fueling digital transformation faster than ever, this it checked off. I …

Kubernetes

Introduction to Open Policy Agent

What Is Open Policy Agent? Open Policy Agent is a project which allows you to implement fine-grained access control. It is written in Go and is part of the Cloud Native Computing Foundation as an incubating project. Its source code is available publicly under the Apache License 2.0. Why Use OPA? …