/k8s-minikube

Test projekt for learning kubernetes and kubectl

Kubernetes on minikube

Learning k8s and kubectl with a client/server/worker project by playing with pods, deployments, services, PVCs and ingresses.

About

  • Client/Server/Worker deployments using ClusterIP services
  • PostgreSQL using persistent volume claim for storage
  • Ingress-nginx pod for routing

Using the images: client, server and worker built in another docker test project.

Dashboard