Is Kubernetes sufficient by itself? This post highlights the features that a DevOps team typically needs to add on top of a vanilla Kubernetes cluster to obtain a secure, production-ready Kubernetes cluster.
“But what if we just use encryption?” I get this a lot from CTOs when it comes to GDPR compliance. Can we use US cloud services if we encrypt the data?
Managed Kubernetes services from cloud providers are not for everyone. This article lists 5 benefits of using a cloud-agnostic managed Kubernetes service.
Monitoring your application and its platform is basic hygiene for running a healthy software-as-a-service business. But how exactly do you monitor your application? In this post, we will illustrate how to achieve that using kube-prometheus.
One of the most important aspects of compliance is business continuity. In this post, we will explain how using off-the-shelf open source components makes business continuity planning a breeze for risk officers.
Enforcing organizational policies on a Kubernetes cluster allows you to be in control of the resources being deployed. For example, you can prevent deploying non-vetted…