https://github.com/mrdavidlaing/staying-up-to-date-explorable
Interactive simulation (ie, https://explorabl.es/) exploring keeping a software environment (like Kubernetes) up-to-date
https://github.com/mrdavidlaing/staying-up-to-date-explorable
kubernetes upgrades
Last synced: 3 months ago
JSON representation
Interactive simulation (ie, https://explorabl.es/) exploring keeping a software environment (like Kubernetes) up-to-date
- Host: GitHub
- URL: https://github.com/mrdavidlaing/staying-up-to-date-explorable
- Owner: mrdavidlaing
- License: mit
- Created: 2020-08-30T11:29:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-19T17:25:05.000Z (over 2 years ago)
- Last Synced: 2025-02-24T02:06:55.695Z (3 months ago)
- Topics: kubernetes, upgrades
- Language: Python
- Homepage: https://staying-up-to-date-explorable.davidlaing.com/
- Size: 1.5 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# staying-up-to-date-explorable
Interactive simulation (ie, https://explorabl.es/) exploring keeping a software environment (like Kubernetes) up-to-date## Development
using pipenv:
```
pipenv install
pipenv run dashapp_dev
```