This message was deleted.
# random
a
This message was deleted.
r
That’s a question for the ‘rancher-desktop’ channel
h
@quick-midnight-57843 In rancher desktop k8s CA and related files are stored in the cluster's configuration directory. One way you can do it is open the rancher desktop and ensure that your k8s is running. Then access the rancher resktop VM terminal. Click on the cluster name in the rancher desktop ui and then select "Open Terminal" from the dropdown menu.
Once you're in the terminal, navigate to the cluster configuration directory with this command: cd ~/.rancher-desktop/clusters/cluster_name/kube_config
There, you should find the CA certificate file named ca.crt. You can view the contents of the file or copy it to another location for further use if you want.