Retaining CA cert on rebuilding kubernetes cluster

2/14/2019

Everytime a kuberneters cluster is built, it generates a new CA. is there a way to specify a CA cert file to use? like pfx with kops?

-- AhmFM
kops
kubernetes

1 Answer

2/15/2019

Yes it is possible. But you might have to use your own custom script to build the k8s cluster. Follow kubernetes the hard way as reference to develop cluster setup scripts

https://github.com/kelseyhightower/kubernetes-the-hard-way

-- P Ekambaram
Source: StackOverflow