3 followers
Hi, I'm learning DevOps tools and concepts. I enjoy sharing my learning experiences and projects through blogs to help others who are on a similar journey.
Volumes volumes are used to provide storage that pods and containers can access. Unlike regular container storage, which is ephemeral (lost when the...
Understanding Role-Based Access Control (RBAC) in Kubernetes Role-Based Access Control (RBAC) is a way to manage who can do what in a system by...
Understanding Kubernetes Services: A Comprehensive Guide A Kubernetes Service is an object that helps you expose an application running in one or more...
Why Use Terraform for Infrastructure as Code (IaC)? Imagine you’re a DevOps engineer and you’re assigned a simple task to create an S3 bucket in AWS....
Understanding ConfigMap: Simplify Your Kubernetes Configuration Management It is used to store non-confidential configuration data in key-value pairs....
Ensuring Application Availability with ReplicaSets It helps keep your application running by ensuring the correct number of pod replicas are always...