description |
---|
A Lightweight Kubernetes application that easily get installed |
{% embed url="https://k3s.io/" %}
# Check for Ready node, takes ~30 seconds
curl -sfL https://get.k3s.io | sh -
# To go sudo interface
sudo -i
# Get Nodes
k3s kubectl get node