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
September 22, 2020
February 4, 2020
How to install minikube on windows using virtual box
install minikube from powershell using choco installer, if you don’t have choco already from here Method-2 If the above method […]
Read MoreNovember 21, 2019
Kubernetes: Deploying on master node only
Comments Off on Kubernetes: Deploying on master node only
September 16, 2019
Kubernetes interview questions
Core concepts What is Kubernetes? Kubernetes is an open source container orchestration tool developed by Google. Currently, it’s under CNCF […]
Read More
Comments Off on Kubernetes interview questions
August 20, 2019
August 4, 2019
Reverse Engineer Hibernate POJOS in intelliJ
Step-2: Create maven project of archetype-webapp Create a new project from New -> Project -> Maven -> archetype -> webapp […]
Read More