Skip to main content

Kubernetes

2024

OpenSSH CVE-2024-6387 Vulnerability and your AKS VMSS node images
·11 mins
Kubernetes Aks Security Azure
Recently a new vulnerability in OpenSSH has been identified and the first question that popped into my mind was: How do I make sure my nodes are not affected by _this vulnerability?

2023

Ensuring Seamless Operations: Troubleshooting and Resolving Dapr Certificate Expiry
·23 mins
Dapr Kubernetes
A CNCF project, the Distributed Application Runtime (Dapr) provides APIs that simplify microservice connectivity.
Troubleshooting and Resolving a Pod Stuck in 'CreateContainerConfigError' in Kubernetes
·5 mins
Kubernetes
The other day I was making changes to my helm charts and, after deploying my application, I noticed that one of my pods was stuck in a CreateContainerConfigError state.
Kube-bench and Popeye: A Power Duo for AKS Security Compliance
·31 mins
Kubernetes Security
In today’s world, security is a top priority for any organization or at least it should be.

2022

Terraform vs Helm for Managing K8s Objects
·15 mins
Kubernetes Terraform Helm
When I started migrating to Kubernetes (K8s) I discovered that I can use Terraform for managing not only the infrastructure, but also I could define the K8s objects in it, but I also could use Helm to handle that.
K8s: Fix Helm release failing with an upgrade still in progress
·5 mins
Kubernetes Helm
This article applies to: Helm v3.
K8s: How to restart Kubernetes Pods
·3 mins
Kubernetes
This article applies to Kubernetes v1.

2021

KongPlugin CORS: fixing Access-Control-Allow-Origin header missing error
·6 mins
Kong Kubernetes Security
In our current environment we have Kong as our Ingress controller in front of our applications.