You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update cluster-proxy blog post to use kind cluster's root CA for TLS certificates (#531)
Replace self-signed CA with kind cluster's root CA to allow all pods and services
in the kind cluster to automatically trust cluster-proxy certificates without
additional CA certificate mounting.
Signed-off-by: xuezhaojun <[email protected]>
Next, create the certificate resources using the kind cluster's root CA. This approach allows all pods and services in the kind cluster to automatically trust the cluster-proxy certificates without requiring additional CA certificate mounting:
88
88
89
89
```shell
90
+
# Create namespace and certificates using kind cluster's CA
0 commit comments