devops-exercises/topics/kubernetes/services_01.md
abregman 99c4e02ecf Rename exercises dir
Name it instead "topics" so it won't be
strange if some topics included "exercises" directory.
2022-08-02 01:53:56 +03:00

194 B

Services 01

Objective

Learn how to create services

Instructions

  1. Create a pod running ngnix
  2. Create a service for the pod you've just created
  3. Verify the app is reachable