Enthusiastically exploring the world of DevOps
I am available for collaboration and open-source contributions.
We all want a secure Kubernetes cluster. But there’s "secure," and then there’s "locking the windows and bolting the doors" secure. Securing a Kubernetes cluster often involves placing it behind a strict DNS firewall. In our specific case, the requir...

When managing multiple microservices behind Traefik, security is a top priority. One of the most critical challenges is ensuring that only valid requests (those containing valid tokens) are allowed to reach your services. In multi-tenant environments...

ECR Credentials and Expiration: When working with private container registries, Docker uses credentials to authenticate and pull images securely. These credentials are typically stored in the ~/.docker/config.json file, which is updated when you run ...

Introduction: The blog provides a demo of domain-based routing using Ingress. It guides readers through creating a ingress.yaml file that defines the Ingress resource for redirecting traffic to a specific service based on the host and path. The neces...
