Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thetirefire/badidea
https://github.com/thetirefire/badidea
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thetirefire/badidea
- Owner: thetirefire
- License: apache-2.0
- Created: 2020-09-23T19:16:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-06T23:58:51.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T03:14:38.206Z (3 months ago)
- Language: Go
- Size: 412 KB
- Stars: 79
- Watchers: 9
- Forks: 12
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- stars - thetirefire/badidea
README
# badidea
Minimal embeddable Kubernetes-style apiserver that supports CustomResourceDefitions
[Presentation/Demo for SIG API Machinery on October 7, 2020](https://www.youtube.com/watch?v=n1L5a09wWas)
[Slide deck](https://docs.google.com/presentation/d/1TfCrsBEgvyOQ1MGC7jBKTvyaelAYCZzl3udRjPlVmWg/edit?usp=sharing)
## Prerequisites
- kubectl binary
## Development Prerequisites
- Go v1.15+
## Build the badidea server
```sh
make badidea
```## Start the badidea server
```sh
bin/badidea
```## Do the thing
```sh
# username and password are ignored, but required for the command to complete
kubectl --server https://localhost:6443 --insecure-skip-tls-verify --username=bad --password=idea
```