certified kubernates administrator
minukube start
Rancher, Openshift these are different skin of k8 cluster like AWS and Azure also give theirs. Minikube is by default provided by makers of k8. It's desktop version not advised to use in production. But it has mostly all production ready features.
kubectl view config > config.yaml
minikube dashboard
kubectl port-forward pods/etcd-minikube 2379:2379
sudo apt-get install ssh
\\wsl.localhost\Ubuntu
sudo apt-get install etcd
sudo apt-get -y install podman
minikube config set rootless true
minikube start --driver=podman
service --status-all
ETCD documentation site link will help
according to their website documentation D means distributed and etc is taken from etc folder of linux where external libraries are kept
Yes follow this video
From github website go for release link
Solution: set ETCDCTL_API=3