/kubernetes-recipes

Some recipies, howto and step-by-step instruction on various things around Kubernetes and it's eco system.

Primary LanguagePythonMIT LicenseMIT

kubernetes-recipes

Some recipes, how-to and step-by-step instruction on various things around Kubernetes and it's eco system.

Warning

The content provided here are for experimentation and learning. It is not intended for production systems and in many cases may ignore security configurations required for production systems.

USE AT YOUR OWN RISK

Recommendations for Local Testing

Some tests involve running of some Python scripts or apps on your local machine.

It is highly recommended to run the scripts from a virtual environment. To create a virtual environment:

# Create
python3 -m venv venv

# Activate 
. venv/bin/activate

# Install requirements
pip3 install -r requirements.txt

Content Links

Topics Link Notes
Index of all examples index of examples
Ingress the microk8s README for Ingress Setting up MetalLB for microk8s
Storage Persisted Volume Topic Index Index page for further content regarding local storage, persisted volumes and related topics

Note

All content hosted in this repo are my field notes and I may include many additional links to external sources which I consulted at the time of producing content. If you spot errors, please feel free to open an issue of create a pull request.