Add cleanup topic

pull/20861/head
viniciusbds 2020-05-09 10:23:26 -03:00
parent c211c0a9e6
commit 471840944c
1 changed files with 11 additions and 0 deletions

View File

@ -203,6 +203,17 @@ The output shows the message generated by the backend:
{{% /capture %}}
{{% capture cleanup %}}
To delete the Services, enter this command:
kubectl delete services frontend hello
To delete the Deployments, the ReplicaSets and the Pods that are running the backend and frontend applications, enter this command:
kubectl delete deployment frontend hello
{{% /capture %}}
{{% capture whatsnext %}}