-
Notifications
You must be signed in to change notification settings - Fork 0
kubernetes local implementation #5
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
tested minikube, kubectl, and kubernetes through the docs like this:
> minikube start
> minikube kubectl -- get po -A
> minikube dashboard
> kubectl create deployment hello-minikube --image=kicbase/echo-server:1.0
> kubectl expose deployment hello-minikube --type=NodePort --port=8080
> kubectl get services hello-minikube
> minikube service hello-minikube
# visit localhost addressReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request