-
Notifications
You must be signed in to change notification settings - Fork 276
11. Kubernetes. Basic objects
Siarhei P edited this page Oct 14, 2023
·
3 revisions
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
)
- deploy pod inside k8s which should be connected to github as self-hosted runner
Your manifests with short report add to PR