Tag: devops
All the articles with the tag "devops".
DevOps Kathmandu Connect 2025 Recap
Published: at 12:00 AMA full recap of DevOps Kathmandu Connect 2025! Dive into stories of collaboration, tech talks, organizing challenges, and the spirit that brought the DevOps community together.
EKS ClusterGames CTF Writeup
Published: at 12:00 AMThe EKS Cluster Games, a cloud security Capture The Flag (CTF) focuses on the Kubernetes platform. This is a walkthrough on how to find the flag.
Managing RBAC in EKS with IAM
Published: at 12:00 AMWhen working with Kubernetes clusters in AWS, the primary way to implement Kubernetes RBAC is with Amazon IAM.
What is RBAC in Kubernetes ?
Published: at 12:00 AMRBAC [Role-Based Access Control] is a feature-driven method of permission enforcement with restricted access to Kubernetes resources based on the role that the user holds.
Managing Kubernetes secrets with AWS Parameter Store
Published: at 12:00 AMManaging secrets in a Kubernetes cluster can be overwhelming at a large scale having more configuration for microservices. Ever wonder how you store those there with third parties secret management?