AhmFM
AhmFM

Reputation: 1782

Retaining CA cert on rebuilding kubernetes cluster

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?

Upvotes: 0

Views: 41

Answers (1)

P Ekambaram
P Ekambaram

Reputation: 17621

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

Upvotes: 1

Related Questions