diff --git a/doc/topics/autodevops/cloud_deployments/auto_devops_with_gke.md b/doc/topics/autodevops/cloud_deployments/auto_devops_with_gke.md
index 8a041b08a4d3d95236efe26ea54498535cbef710..d0f0a01a8cfc4b4f4e84aa296bd11ab1da7f43c8 100644
--- a/doc/topics/autodevops/cloud_deployments/auto_devops_with_gke.md
+++ b/doc/topics/autodevops/cloud_deployments/auto_devops_with_gke.md
@@ -106,7 +106,7 @@ or manually with Google Cloud Shell:
    --namespace gitlab-managed-apps --create-namespace
 
    # Check that the ingress controller is installed successfully
-   kubectl get service ingress-nginx-controller -n gitlab-managed-apps
+   kubectl get service ingress-ingress-nginx-controller -n gitlab-managed-apps
    ```
 
 ## Configure Auto DevOps
@@ -117,7 +117,7 @@ Follow these steps to configure the base domain and other settings required for
    get the external IP address with the following command:
 
    ```shell
-   kubectl get service ingress-nginx-controller -n gitlab-managed-apps -ojson | jq -r '.status.loadBalancer.ingress[].ip'
+   kubectl get service ingress-ingress-nginx-controller -n gitlab-managed-apps -ojson | jq -r '.status.loadBalancer.ingress[].ip'
    ```
 
    Replace `gitlab-managed-apps` if you have overwritten your namespace.