/github-kind

Primary LanguageShellMIT LicenseMIT

github-kind

Deploy app using the following command: kubectl create deploy hello --image brainupgrade/hello:1.0

Expose the deployment using the following command: kubectl create svc nodeport hello --tcp=80:8080 --node-port=32444

Access application using the following URL: http://:32444