Scenario Suppose, in your organization, different teams are using a CI/CD pipeline. QA team is asking you to share the kubeconfig & the service account token to run the job to deploy on the Kubernetes cluster. But you want to restrict the QA team to access the only test namespace. Not only … [Read more...] about kubernetes RBAC: Restrict resources within a namespace
How to setup TLS certs in nginx ingress using certbot
In this blog post, I will demonstrate you how to create free certs for your domain hosted on route53 using certbot and how to terminate TLS through the nginx Ingress controller.If you are running your application on kubernetes behind a nginx ingress controller & want to terminate TLS … [Read more...] about How to setup TLS certs in nginx ingress using certbot
How to install kubernetes on AWS using KOPS
In this blog post, I will demonstrate how to install kubernetes on aws cloud using kops tool. Step-1 Create hosted zoneCreate aws free tier account Login to aws web console Services > Route53 -> DNS Management -> Create hosted zone copy the nameserversStep-2 Get a … [Read more...] about How to install kubernetes on AWS using KOPS