kubectl restart deployment
kubectl rollout restart deployment yourDeploymentName
kubectl restart deployment
kubectl rollout restart deployment yourDeploymentName
how to login to docker inside kubernetes cluster
kubectl create secret docker-registry regcred --docker-server=<your-registry-server> --docker-username=<your-name> --docker-password=<your-pword> --docker-email=<your-email>
kubectl logs with grep
kubectl log bino | grep "error unable-to-access-website" >> John/Doe/Bino/log.txt
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us