An open API service indexing awesome lists of open source software.

https://github.com/larsks/so-example-71157808


https://github.com/larsks/so-example-71157808

example stackoverflow

Last synced: 21 days ago
JSON representation

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
```