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

https://github.com/krisnova/bashernetes

A Kubernetes implementation in bash (srsly)
https://github.com/krisnova/bashernetes

Last synced: about 1 year ago
JSON representation

A Kubernetes implementation in bash (srsly)

Awesome Lists containing this project

README

          

# bashernetes
A Kubernetes implementation in bash (srsly)

## The Control Plane

A `netcat` server that listens on an encrypted HTTPS port

#### The Scheduler

A small bash system

#### The API server

Netcat (ncat)

#### The Controller Manager

Small scripts ran concurrently as `&` managed by `wait`

#### Data Store

A (locked) file on the local filesystem

## The Kubelet

A bash script that runs `docker run`... well...