Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 767 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 767 Bytes

NginxKubernetes

The purpose of this project was to spin up a simple web deployment and incorporate services, secrets, services accounts, horizontal pod autoscaling, and pod distrubition budgets within a Kubernetes cluster.

Installation

The environment that I ran this on was a Windows OS running WSL2 (Ubuntu). Follow this WSL2 guide to set that up.

The remainding installs and their respective guides can be found here:

  1. Docker
  2. Kubectl
  3. minikube
  4. skaffold (optional: if you're building images)