Jan 7 · 14 min read · Welcome back! 👋 Day 62 of the 100 Days Cloud DevOps Challenge, and today we're mastering Kubernetes Secrets! This is critical security practice - storing sensitive data like passwords, API keys, and licenses securely in the cluster. Let's secure! 🎯...
Join discussion
Dec 22, 2024 · 4 min read · content Why we using external secret operator Step 1: Creating a service account or IAM user & secret key and access key in Aws. Step 2: Installation of an external secret operator. Step 3: Creating secret store , secrets , and external secret S...
Join discussion
Dec 9, 2024 · 8 min read · Building microservices is only the beginning—the real challenge lies in deploying them reliably and scaling them efficiently in production. This part of the playbook explores CI/CD, deployment strategies, scaling approaches, configuration management,...
Join discussion
Aug 14, 2024 · 4 min read · Let’s dive into the details of ConfigMaps and Secrets in Kubernetes. ConfigMaps ConfigMaps are used to store non-confidential configuration data in key-value pairs. They allow you to decouple configuration artifacts from image content to keep your co...
Join discussion
Jul 18, 2024 · 4 min read · 🤔 Need for ConfigMaps and Secrets in Kubernetes? Let’s just say we have a web application that needs environment variables for configuration. However, managing these variables directly in multiple YAML manifests can become hard and repetitive proce...
Join discussion
Jul 12, 2024 · 42 min read · Kubernetes (K8s) Kubernetes, often abbreviated as K8s, is an open-source platform designed for automating the deployment, scaling, and management of containerized applications. It allows you to manage your applications more efficiently and effectivel...
Join discussion
Jun 19, 2024 · 5 min read · ConfigMaps: ConfigMaps in Kubernetes is a resource object which allow us to store non-sensitive configuration data related to application in key-value pair. Suppose we are running an application which requires some environment variables, command-line...
Join discussion
Jun 17, 2024 · 5 min read · In the world of Kubernetes (k8s), managing configuration and sensitive data efficiently is crucial. This is where ConfigMaps and Secrets come into play. Let's dive into what they are, how they differ, and why they're essential for your Kubernetes clu...
Join discussion
Jun 11, 2024 · 2 min read · Introduction: In today's world containerization has become popular for deploying applications efficiently. However, as the use of container grows, we need to secure our container. Public container registries, can be accessed and modified by anyone wh...
Join discussion