- Take me to the Video Tutorial
In this section, we will take a look at View Certificate Details
.
-
To view the details of the certificate.
$ openssl x509 -in /etc/kubernetes/pki/apiserver.crt -text -noout
-
View logs using
kubectl
tool.$ kubectl logs etcd-master
-
View logs using
docker ps
anddocker logs
command.$ docker ps -a $ docker logs <container-id>