Note: About my cluster setup
I am using Vbox with Centos 8 image.
It is 3 node cluster
----------------------------------------------
Network setup of vbox for VM mention as following which i am using.
Master: 1 NAT Card, 2- Bridge Adaptor
node1- 1 NAT Card, 2- Bridge Adaptor
node2- 1 NAT Card, 2- Bridge Adaptor
-----------------------------------------------
Problem:
I want to deploy kubernetes cluster with self sign CA. To use cert-manager
default CA created by kubeadm command during cluster initialization its not working properly.
I am facing issue when i deploying cluster with default CA created by kubeadm. After deploying network and dashboard i am not able to
open dashboard in my chrome browser because its complaining CA is not secure and not signed.
Please share any link or docs where explain how to deploy kubernetes cluster with self sign cert.