Mini simple pet application written in golang for container environement.
Just testing purpose only. Can use curl with POST
method to sent data and can request data with GET
method from application.
$ make TAG_NAME=pet-with-peer
$ kubectl create -f pvs-hostpath.yaml
$ kubectl create -f hola-statefulset-peers.yaml
$ kubectl create -f hola-service-headless.yaml
$ kubectl create -f hola-service-public.yaml
Kubernetes in Action