You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So there are issues for the following questions in f.services.md
Create a deployment called foo using image 'dgkanatsios/simpleapp' (a simple server that returns hostname) and 3 replicas. Label it as 'app=foo'. Declare that containers in this pod will accept traffic on port 8080 (do NOT create a service yet)
Create an nginx deployment of 2 replicas, expose it via a ClusterIP service on port 80. Create a NetworkPolicy so that only pods with labels 'access: granted' can access the deployment and apply it
Instead, we need create a yaml with dry-run and update it.
The text was updated successfully, but these errors were encountered:
So there are issues for the following questions in f.services.md
Instead, we need create a yaml with dry-run and update it.
The text was updated successfully, but these errors were encountered: