PinnedStep by Step Guide to Create a Custom GitHub Action and Publish it to the GitHub MarketplaceEver wondered how can you create your own custom Github Action and publish it to the GitHub Marketplace? Let's learn it step by step in this blog.Apr 24, 2024Β·9 min readΒ·196
Optimizing Your Container Registry: Pushing Helm Charts to AWS ECRTraditionally we have used container registries to store only container images, but they offers much more than that. Let's explore in this blog.Jun 3, 2023Β·7 min readΒ·371
Notification Anxiety - How to reduce it?It will be a little different than the usual blogs but bear with me, I want to share something I tried and I think can be useful for others as well. We all are addicted to our phones, checking notifications, getting distracted, and end up replying to...Mar 21, 2023Β·3 min readΒ·294
Build multi-CPU architecture compatible Container ImagesEver noticed your current container image building process? Do you know how you can make it more productive by supporting multiple CPU types?Sep 11, 2022Β·7 min readΒ·535
Securing your Logging Solution for Docker [with NGINX Reverse Proxy]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 ...Aug 12, 2022Β·5 min readΒ·1.0K
How to attach IAM roles to Pods in AWS EKS ClusterHello World! π I hope everyone is doing well and learning new things. When you are running an EKS cluster, you may have encountered some situations where you wanted to authorize your PODs to access AWS services. For Ex - Read/Write a file to/from S...May 5, 2022Β·5 min readΒ·709
How to set up users in Kubernetes?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...Apr 16, 2022Β·6 min readΒ·307