Lab Setup Process
Steps Completed
- Created 3 Rocky Linux 9 VMs in Proxmox
- Installed k3s (1 control plane + 2 workers)
- Installed Helm for package management
- Deployed Rancher management platform
- Deployed applications via Helm and Rancher UI
Key Commands
# Check cluster status
kubectl get nodes
# List deployments
kubectl get deployments
# View Helm releases
helm list
Skills Demonstrated
- Container orchestration fundamentals
- Helm chart deployment
- Rancher management interface
- RHEL-based Linux administration