- Clone example repository:
https://github.com/sakahle/wsu-k8s-example
and switch to that directorycd wsu-k8s-example
- Start minikube
minikube start
- Create the deployment
kubectl apply -f example-nginx.yaml
- Create a new Service object
kubectl expose deploy nginx-example --type=NodePort --port 80
- Get a URL to access your web server:
minikube service nginx-example --url
- Copy and paste the output into your browser and check results
-
Notifications
You must be signed in to change notification settings - Fork 0
sakahle/wsu-k8s-example
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published