Confirm that the image is present in the Google Container Registry.
Open
manifest-service.yml file and update application image name, the Consul server URL, and the service name. Ensure the image name follows the format:
gcr.io/<your gcloud project name>/<image name>
Execute the following command to create the service:
kubectl create -f manifest-service.yml
Tag the service application image created in the previous step.
docker tag bwce-service-discovery-client-app gcr.io/<your project name>/bwce-service-discovery-clien-app
Push your application image to Google Container Registry.