3 min read 1 KubernetesUsing Role-Based Access Control (RBAC) in Kubernetes: A Practical Example ShajithJune 30, 2024 Role-Based Access Control (RBAC) in Kubernetes is a robust method for managing permissions and access to resources within your cluster.…
3 min read 0 KubernetesIsolating resources and manage permissions in a Kubernetes cluster ShajithJune 30, 2024 In the world of Kubernetes, managing resources and ensuring secure access is paramount. As clusters grow in complexity, the need…
3 min read 0 BackendMicroblogsWhy I love C# over other programming languages ? ShajithApril 14, 2024 Hello You!I have always been a fan of loosely typed languages. But as I scale up, it was starting to…
3 min read 0 KubernetesAttach configmap or secrets as files in kubernetes ShajithApril 13, 2024 Hello you! Today, I thought I can share a solution to a problem I was facing. I specifically wanted the…
1 min read 0 QuickBitesRemoving the last migration – EF ShajithApril 13, 2024 I was working on a .net project yesterday. I did some migrations and that included deletion of a column in…
3 min read 0 KubernetesUncategorizedDeploying argocd apps to other clusters ShajithApril 6, 2024 This is easier in the cli, where argocd add cluster will just do everything in the background with the kubeconfig…
2 min read 0 KubernetesQuickBitesMounting a kubernetes secret or config as a volume ShajithMarch 29, 2024 This approach makes secrets accessible as files. This file based access can be helpful in some specific situations like “I…