Skip to content

Simple Go web app which returns some env variables from pod

Notifications You must be signed in to change notification settings

andriktr/pod-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pod Info

Description

Simple Go web app which returns some env variables from pod

Build Docker Image

docker build --platform linux/amd64 -t andriktr/pod-info .     
docker push andriktr/pod-info

Deploy to kubernetes

kubectl apply -f pod-info.yaml --namespace=<<your namespace>>

Test the app

kubectl port-forward --namespace=<<your namespace>> infra services/pod-info 8080:80
curl http://localhost:8080

About

Simple Go web app which returns some env variables from pod

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published