Skip to content

rbalashevich/aw-docker-k8s

Repository files navigation

aw-docker-k8s

Updated on October, 18th 2021.

Hello Anton. Unfourtunately my 7 years old laptop hangs out when running minikube, so I deployed the app on GCP / GKE. kubectl YAML export for both app & service deployments can be found here, too.

A tutorial I've managed to learn 'how to deploy with kubectl'. The first Docker image built from nginx:1.20-alpine, with bash, with no root rights for nginx master and worker processes. The second, 'pure Alpine' image uploaded to Docker Hub, too.

$ docker events &

$ docker build -t rbalashevich/aw-nginx .

$ docker run -p 80:8080 rbalashevich/aw-nginx

A so called 'check-online' script has been updated: featuring IP address input now. Have a nice commit! ;)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published