Skip to content

Simple hello world GO app on docker container and kubernetes deployment.

Notifications You must be signed in to change notification settings

adolfomaltez/go-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-web-app

A simple Hello World web app in GO for kubernetes.

Create the Docker image and deploy on kubernetes.

Build and Load docker image to kind nodes

cd go-web-app/
docker build -t adolfomaltez/go-web-app .
kind load docker-image adolfomaltez/go-web-app:latest --name cluster

Deploy and expose go web app via nginx Ingress

kubectl apply -f deployment.yaml
kubectl apply -f service.yaml

View the app on:

http://go-web-app.192-168-31-13.sslip.io

Reference:

About

Simple hello world GO app on docker container and kubernetes deployment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published