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...Discuss·1 like·38 readsTLS Certificate
Sarvadnya JawleforSarvadnya Jawle's team blogsarvadnyajawale.hashnode.dev·Oct 2, 2024sarvadnya.techCreating a portfolio isn’t just about showcasing your projects—it's about demonstrating your expertise in the tools and technologies that power modern web applications. As a DevOps engineer, I wanted to go beyond a simple HTML page and build somethin...Discuss·28 readsAWS
Matthieu Vincentyodamad.hashnode.dev·Apr 25, 2023Securing your ingress with cert-manager & let's encryptIn line with my previous article regarding external-dns component in a kubernetes cluster : https://yodamad.hashnode.dev/set-up-external-dns-on-a-kubernetes-cluster, here is a quick one explaining how to secure your nginx ingresses with a certificate...Discuss·8 likes·457 reads☸️ Kubernetes discoveryKubernetes
Nicolas FränkelforApache APISIXapisix.hashnode.dev·Mar 23, 2023mTLS everywhereSecurity in one's information system has always been among the most critical Non-Functional Requirements. Transport Secure Layer, aka TLS, formerly SSL, is among its many pillars. In this post, I'll show how to configure TLS for the Apache APISIX API...Discuss·18 likes·70 readsSecurity
Chris Phillipsonpacphi.hashnode.dev·Jan 24, 2023Installing cert-manager webhook for OCI and Let's Encrypt ClusterIssuer on an OKE clusterIf you're an operator maintaining a footprint of Kubernetes clusters, then you already know that there's more to provisioning and granting access to a cluster. For a cluster to be useful for an end consumer an operator will usually install, enable an...Discuss·81 readsKubernetes
Alper Cicekacicek.hashnode.dev·Nov 1, 2022Creating a Kubernetes Cluster on Hetzner Cloud with Hetzner CCM, Rancher, Traefik and CloudflareIntroduction This tutorial will walk you through the process of setting up a Kubernetes cluster on Hetzner Cloud using RKE2. We will create the nodes, install and configure Hetzner's Cloud Controller Manager on the cluster, and enable native load bal...Discuss·3 likes·3.1K readsHetzner
Mem Memmemmem.hashnode.dev·Oct 30, 2022Using cert-manager with Azure AKS and AGICMotivation There are many guides on how to use cert-manager, starting with cert-manager documentation. However, I haven't found a clear tutorial for my case, where I wanted to deploy cert-manager on AKS, with the following characteristics: Service p...Discuss·2 likes·1.1K readscert-manager
Suraj Narwadesurajincloud.hashnode.dev·Apr 23, 2021Chaining Kiam Certificates using Cert-managerSource: https://unsplash.com/photos/pZld9PiPDno When associating IAM roles with pods instead of assigning a super role to worker nodes, Kiam is a fairly popular project in Community; kiam runs as an agent on each node in the Kubernetes cluster, allow...Discuss·141 readsKuberneteskiam
Ruan Bekkerruanbekker.hashnode.dev·Oct 18, 2020Install Cert-Manager on Kubernetes for ARMIn order to get TLS encrypted endpoints for our web services we need to have cert-manager to be installed to help with the issuing of certificates using Letsencrypt. As k3s ships with Traefik by default, we will be making use of Letsencrypt for our c...Discussraspberrypi