kubectl delete clusterrolebinding docker-for-desktop-binding ClusterRole and RoleBinding Create service accounts, test-user in namespace qa kubectl create ns qa kubectl create […]
Read MoreFebruary 20, 2021
Kubernetes RBAC: Restrict resources within a namespace
Comments Off on Kubernetes RBAC: Restrict resources within a namespace
November 18, 2020
How to setup TLS certs in nginx ingress using certbot
Kubernetes TLS: Secure Your NGINX Ingress Using Certbot and Route 53 (The Easy Way)🔐 Setting up TLS/SSL certificates for your […]
Read More
Comments Off on How to setup TLS certs in nginx ingress using certbot
August 14, 2017
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 […]
Read More