Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 405 Bytes

File metadata and controls

24 lines (16 loc) · 405 Bytes
description
A Lightweight Kubernetes application that easily get installed

K3s

Website

{% embed url="https://k3s.io/" %}

Installation

# 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