cd greet
./gradlew build
docker build -t <username>/greet .
docker push <username>/greet
Make sure your Docker Hub repository is public.
cd init-networking
docker build -t <username>/init-networking .
docker push <username>/init-networking
Make sure your Docker Hub repository is public.
cd proxy
./gradlew build
docker build -t <username>/caching-proxy .
docker push <username>/caching-proxy
Make sure your Docker Hub repository is public.
Change in deployment-initial.yaml
the Docker Hub account leszko
to your Docker Hub account and then apply the deployment.
kubectl apply -f deployment-initial.yaml
Change in deployment-caching.yaml
the Docker Hub account leszko
to your Docker Hub account and then apply the deployment.
kubectl apply -f deployment-caching.yaml