Optimizing Your Container Registry: Pushing Helm Charts to AWS ECR
Traditionally we have used container registries to store only container images, but they offers much more than that. Let's explore in this blog.

Search for a command to run...
Articles tagged with #docker
Traditionally we have used container registries to store only container images, but they offers much more than that. Let's explore in this blog.

Ever noticed your current container image building process? Do you know how you can make it more productive by supporting multiple CPU types?

The Issue From our past blog Best Logging Solution for Docker [Basic Version], https://kratik.hashnode.dev/best-logging-solution-for-docker We saw how to make logging a piece of cake using Loki & Grafana. But I think there is one minor issue If your ...
![Securing your Logging Solution for Docker [with NGINX Reverse Proxy]](/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1660320741107%2FRRonXGBVU.webp&w=3840&q=75)
When we set up Kubernetes the default config file (aka kubeconfig file) has admin privileges. This is fine when you are the only one who is going to access the cluster(still not a good practice tho!) but what if there are multiple teams/devs involved...

Check how you can avoid restarting or recreating Pods to propagate new changes in ConfigMaps

A simple but tricky concept! - Let's discover what is the basic difference between these two terms which we use many times while writing Dockerfiles.
