Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 245 Bytes

specifications.md

File metadata and controls

11 lines (8 loc) · 245 Bytes

create multi-node clusters command cluster --config=config.yaml

create pod kubectl apply -f k8s/pod.yaml Forward Port kubectl port-forward pod/goserver 8000:80

create replicas from your pod kubectl apply -f k8s/replicaset.yaml