Skip to content

crdsdev/kindred

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kindred

NOTE: kindred should not be used in production environments

kindred is a tool for configuring multiple kube-apiserver and kube-controller-manager instances within a single Kubernetes cluster. It bootstraps new instances, manages access to them, and assists in running custom controllers against them.

STATUS

kindred is currently under construction and is only able to bootstrap tenant Kubernetes instances in kind v0.7.0 clusters. Accessing tenant instances directly is only available for Linux machines, but can be configured for other operating systems if additional port-mappings are defined.

Usage

Create tenant Kubernetes API Server and Controller Manager:

kindred tenant create

List tenant Kubernetes instances:

kindred tenant list

Get kubeconfig for a tenant instance:

kindred tenant config <instance-identifier>

About

A CLI for boostrapping tenant Kubernetes clusters.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages