What is diff between kubectl exec and kubectl attach

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now Kubectl Exec: In addition to being able to attach to existing processes inside a container, the “exec” command allows you to spawn new processes inside existing containers Kubectl attach: In addition to interactive execution of commands, you can now also attach to any running process. Like kubectl logs, you’ll get stderr and stdout data,

Read more

How certifcations based auth works

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now Users Enters Private Key Password. Client retrieves private-key and uses it to create evidence(“digital signature”) Client sends certificate and evidence across network Server uses certificate and evidence to authenticate the users identity Server authorizes access for authenticated identity

Read more

Kubernetes in Nikhil Gupta words

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now What is Kubernetes? Kubernetes is container orchestration toolIt enables to run multiple container with network enabled communicationIt is open source tool which was developed by google and transferred to cncfKubernetes work on master and node configurationMaster has components : controller, apiserver, scheduler, etcd(kube store)Atomic unit in kubernetes is podIt works like helmsman Why Kubernetes?

Read more