K8s Democluster
April 3, 2024
Planning a cluster #
- Minikube on a VPS from scratch
- Minikube + Gitlab - Developing for Kubernetes with minikube
- Kind using private container-registry
- Pull an Image from a Private Registry
- Organizing Cluster Access Using kubeconfig Files
- Configure Access to Multiple Clusters
POC - Runnning a Python App in Kubernetes #
- create Dockerfile or use hello-python
- based on Flask Minimal App Example
- Get started with Kubernetes - using Python
- kubectl create secret docker-registry
- Running a Python Application on Kubernetes
- Deploy Python App to Kubernetes
Personal Kubernetes Cloud Sandbox #
I would like to have an environment consisting of minimum 3 VMs and mounted Volumes for persistent or backup storage. Because I have tested this model on Hetzner I would like to improve the system over there while I would like to motivate people here that have a favor for AWS, GCI, OCI or AZURE take the approach and build a system like it on their favorite cloud provider.