Установка Kubernetes
curl -sfL https://get.k3s.io | sh -sudo systemctl start k3ssudo systemctl status k3ssudo cp /etc/rancher/k3s/k3s.yaml ~/.kube/configexport KUBECONFIG=$HOME/.kube/configbkubectl get nodesLast updated
curl -sfL https://get.k3s.io | sh -sudo systemctl start k3ssudo systemctl status k3ssudo cp /etc/rancher/k3s/k3s.yaml ~/.kube/configexport KUBECONFIG=$HOME/.kube/configbkubectl get nodesLast updated