https://github.com/larsks/so-example-71157808
https://github.com/larsks/so-example-71157808
example stackoverflow
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/larsks/so-example-71157808
- Owner: larsks
- Created: 2022-02-17T15:04:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-17T15:05:58.000Z (almost 4 years ago)
- Last Synced: 2025-10-09T09:06:30.274Z (4 months ago)
- Topics: example, stackoverflow
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To deploy this example:
1. Create the target namespace:
```
kubectl create ns podlister-example
```
2. Deploy the manifests:
```
kubectl apply -k .
```
3. Verify it worked as expected:
```
kubectl -n podlister-example logs kubectl
```