We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
deploy a demo application with built in config and with port 8081
Execute
sed -i"s/REPLACEME/$(whoami| sed's/_/-/g')/g" kustomization.yml ingress.yml
Search for all occurences ofREPLACEME. Replace it with your account name, e.g. schulung-5.
REPLACEME
Execute the following command to deploy the demo application to your namespace.
kubectl apply -k.
If there are no errors during apply, check the output ofkubectl get ingress to verify that the Ingress has been created.
kubectl get ingress
Now you can browse to the shown address.
docker build app -t europe-west3-docker.pkg.dev/swr-schulung-basic-1/swr-schulung-basic-1/echo-demo:latestdocker push europe-west3-docker.pkg.dev/swr-schulung-basic-1/swr-schulung-basic-1/echo-demo:latest
buildah bud --tag europe-west3-docker.pkg.dev/swr-schulung-basic-1/swr-schulung-basic-1/echo-demo:latestbuildah push europe-west3-docker.pkg.dev/swr-schulung-basic-1/swr-schulung-basic-1/echo-demo:latest