1
0
mirror of https://github.com/SourceFellows/gobuch.git synced 2025-04-09 12:36:29 +02:00
2020-08-21 06:26:40 +02:00
..
2020-08-21 06:26:40 +02:00
2020-08-21 06:26:40 +02:00
2020-08-21 06:26:40 +02:00
2020-08-21 06:26:40 +02:00
2020-08-21 06:26:40 +02:00
2020-08-21 06:26:40 +02:00
2020-08-21 06:26:40 +02:00

```
docker build -t minikube-golang-sample .

kubectl create -f manifest.yml
kubectl get pod
kubectl expose deployment golang-sample --type=NodePort
kubectl get service
minikube service golang-sample --url
```