Skip to content

11. Kubernetes. Basic objects

Siarhei P edited this page Oct 14, 2023 · 3 revisions

Homework Assignment 1. Nginx deployment

Create deployment of nginx service:

  • replicas: 4
  • set resources for pods
  • deployment shouldn't have any outage (service is available all time)
  • ingress rule for host name (nginx-test.k8s-<NUMBER>.sa)

Homework Assignment 2. Self-hosted runner inside k8s (optional)

  • deploy pod inside k8s which should be connected to github as self-hosted runner

Your manifests with short report add to PR