https://github.com/rojosinalma/hello-k8s
Hello world Kubernetes
https://github.com/rojosinalma/hello-k8s
Last synced: 3 months ago
JSON representation
Hello world Kubernetes
- Host: GitHub
- URL: https://github.com/rojosinalma/hello-k8s
- Owner: rojosinalma
- Created: 2021-05-13T23:04:58.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-14T14:38:15.000Z (about 4 years ago)
- Last Synced: 2025-03-01T05:52:58.209Z (3 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hello Kubernetes
---This is just a basic hello world setup to test a kubernetes cluster.
...or you can use this as a quick skelleton to check if your installation worked...
whatever floats your boat 🤷♂️
# Requirements:
* Kubernetes
# Usage
1. Clone
2. `kubectl apply -f namespace.yaml -f deployment.yaml -f service.yaml`
3. `kubectl port-forward deployment/hello -n hello 80:80`
4. :rocket: