/go_http_server

Primary LanguageGoApache License 2.0Apache-2.0

Note

All YAML files for deployments are in the k8s folder.

Docker Image

The docker image repository is located at:

To Create Deployment

  • Go into the k8s folder and run
$ kubectl create -f http_server_deployment.yaml

To Create Service

  • Go into the k8s folder and run
$ kubectl create -f http_server_service.yaml

To Create Nginx ingress

$ kubectl create -f nginx-ingress-deployment.yaml
$ kubectl create -f ingress.yaml

To Create secret

$ kubectl create -f secret.yaml