diff --git a/content/en/docs/user-journeys/users/application-developer/foundational.md b/content/en/docs/user-journeys/users/application-developer/foundational.md index dcaf6a1df7..b3865b382f 100644 --- a/content/en/docs/user-journeys/users/application-developer/foundational.md +++ b/content/en/docs/user-journeys/users/application-developer/foundational.md @@ -51,12 +51,6 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque eu nibh ultrice {{% /tab %}} {{< tab name="2. Expose" >}} -1. Create a new service - - ``` - kubectl get pods - ``` - ### H3 This is in an H3 section. @@ -75,6 +69,14 @@ This is in an H5 section. This is in an H6 section. +1. Create a new service + + ``` + kubectl get pods + ``` + + +
kubectl get pods