I'm using Google Kubenetes Engine and I put an SSL certificate on my Ingress using Google-managed certificates I've discovered I can view the certificate using this command:
gcloud beta compute ssl-certificates describe certificate-name
However that doesn't show the private key of the certificate. Is there any way I can get the private key?