tonylixu / go_http_server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Apache License 2.0


Languages

Language:Go 93.5%Language:Makefile 4.5%Language:Dockerfile 1.9%