The user is looking to set up a test environment for learning and experimenting with Kubernetes. Currently, they have a Proxmox setup running on a mini-PC with HA OS and a Debian LXC container for Docker Compose applications. They also use a Synology NAS for file storage. The goal is to establish an additional system where they can explore Kubernetes without affecting their current production environment. This approach is advisable as it allows the user to gain hands-on experience in deploying, managing, and troubleshooting Kubernetes clusters before moving to a production setup. Considering that the user has limited IT background, setting up a separate test environment will minimize risks associated with learning new technologies.
- Proxmox
- HA OS
- Debian LXC
- Synology NAS
- Install Minikube on your current Debian LXC to get started with Kubernetes without needing additional hardware.
- Alternatively, set up a new VM within Proxmox dedicated solely to Kubernetes experimentation.
- Use online resources and tutorials specifically aimed at beginners in DevOps and Kubernetes to guide setup.
Minimal direct impact as the setup is for a learning environment, not directly affecting existing production systems.