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