Syed Mahmood Alisyedmahmoodali.hashnode.devยทDec 11, 2024Kubernetes and TLS: A Symphonic IntegrationToday, I'll demonstrate the process of issuing and approving a certificate for a new user in a Kubernetes cluster. STEP 1: Generate a private key using the following command openssl genrsa -out myuser.key 2048 STEP 2: Generate a CSR (certificate sig...Kubernetes
George Ezejioforgeorgeezejiofor.comยทNov 15, 2024Implementing Blue-Green Deployment in Kubernetes with TLS Encryption Using Cert-Manager and Nginx IngressIntroduction ๐ In modern cloud-native environments, ensuring zero-downtime deployments while maintaining robust security is critical. Blue-Green Deployment is a proven strategy that allows teams to switch traffic between different versions of an app...1 likeยท48 readsTLS Certificate
Gopi Vivek Mannevivekmanne.hashnode.devยทJul 25, 2024Day 21/22 of 40 Days of K8s: Manage TLS Certificates, Authentication and Authorization In KubernetesIn the previous day, we learnt how SSL/TLS encryption works and how traffic flows from client to server and how to establish secure connection. Now, we will understand TLS with respect to k8s. โ How SSL/TLS works in general Client initiates a secure...66 reads๐๐๐๐๐๐ซ๐ข๐๐ฌ-๐๐๐๐ ๐๐ฏkubernetes TLS
Umesh Panditumeshpandit.hashnode.devยทJul 5, 2024Mastering AKS Security with Azure Front Door: A Practical Guide for BeginnersSecuring cloud-based applications is extremely important in the digital landscape. Given the increasing majority of cyber threats, it's important to learn the methods for safeguarding your applications. In this guide, I'll walk you through securing w...AKS Security