Secure and Scalable Management of Kubernetes Secrets in Enterprise AKS Environments with Jenkins and Docker-in-Docker

  • Reading time:8 mins read

Sealed Secrets provide a secure way to encrypt and manage sensitive Kubernetes data. Using a Jenkins pipeline with Docker-in-Docker (DIND), this solution automates secret encryption, certificate management, and deployment in Amazon AKS. It enhances security, streamlines workflows, and scales seamlessly across multiple environments.

Continue ReadingSecure and Scalable Management of Kubernetes Secrets in Enterprise AKS Environments with Jenkins and Docker-in-Docker

Infra Automation by Terraform Pipeline Setup — Part5

  • Reading time:5 mins read

In this part, we explore the benefits and steps involved in setting up a Terraform pipeline for Azure. The pipeline ensures consistent Infrastructure as Code (IaC) deployments and automates provisioning and updates. Integration with version control systems like Git allows for tracking changes and collaboration. The pipeline also enhances security through secrets management for sensitive information. The pipeline is structured with multiple jobs, including Terraform Plan, Review, and Deploy, to manage infrastructure changes efficiently and securely.

Continue ReadingInfra Automation by Terraform Pipeline Setup — Part5