thetirefire/badidea

Go

81

24 commits

updated Feb 6, 2023

See the code

README

PkgGoDev Go Report Card

badidea

Minimal embeddable Kubernetes-style apiserver that supports CustomResourceDefitions

Presentation/Demo for SIG API Machinery on October 7, 2020

Slide deck

Prerequisites

  • kubectl binary

Development Prerequisites

  • Go v1.15+

Build the badidea server

make badidea

Start the badidea server

bin/badidea

Do the thing

# 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 <the thing>

Contributors

detiber

24 commits

thetirefire/badidea

Go

81

24 commits

updated Feb 6, 2023

See the code

README

PkgGoDev Go Report Card

badidea

Minimal embeddable Kubernetes-style apiserver that supports CustomResourceDefitions

Presentation/Demo for SIG API Machinery on October 7, 2020

Slide deck

Prerequisites

  • kubectl binary

Development Prerequisites

  • Go v1.15+

Build the badidea server

make badidea

Start the badidea server

bin/badidea

Do the thing

# 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 <the thing>

Contributors

detiber

24 commits

Languages

Go

97.8%

Makefile

1.5%