Skip to content

Commit 4718409

Browse files
committed
Add cleanup topic
1 parent c211c0a commit 4718409

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

content/en/docs/tasks/access-application-cluster/connecting-frontend-backend.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,17 @@ The output shows the message generated by the backend:
203203

204204
{{% /capture %}}
205205

206+
{{% capture cleanup %}}
207+
208+
To delete the Services, enter this command:
209+
210+
kubectl delete services frontend hello
211+
212+
To delete the Deployments, the ReplicaSets and the Pods that are running the backend and frontend applications, enter this command:
213+
214+
kubectl delete deployment frontend hello
215+
216+
{{% /capture %}}
206217

207218
{{% capture whatsnext %}}
208219

0 commit comments

Comments
 (0)