Kuberbetes: Kompose up error while deploying application Kuberbetes: Kompose up error while deploying application kubernetes kubernetes

Kuberbetes: Kompose up error while deploying application


Turns out the issue ended up being the fact that the certificates for the kubectl proxy commanded were not self signed by default, I got around this using kompose up --server http://127.0.0.1:6443 but I cannot use the Kubernetes Dashboard without the certificates.