Skip to content
This repository was archived by the owner on Oct 26, 2019. It is now read-only.

kubedb/kubedb-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Report Card Build Status codecov Slack mailing list Twitter

apiserver

KubeDB api server

Installation

To install KubeDB, please follow the guide here.

Run Locally

kubedb-server run \
  --secure-port=8443 \
  --kubeconfig="$HOME/.kube/config" \
  --authorization-kubeconfig="$HOME/.kube/config" \
  --authentication-kubeconfig="$HOME/.kube/config" \
  --authentication-skip-lookup

To install in minikube, run the following command:

curl https://raw.githubusercontent.com/kubedb/apiserver/master/hack/deploy/server.sh | bash [-s -- --rbac]

Using KubeDB

Want to learn how to use KubeDB? Please start here.

Contribution guidelines

Want to help improve KubeDB? Please start here.

Support

We use Slack for public discussions. To chit chat with us or the rest of the community, join us in the Kubernetes Slack team channel #kubedb. To sign up, use our Slack inviter.

To receive product annoucements, please join our mailing list or follow us on Twitter. Our mailing list is also used to share design docs shared via Google docs.

If you have found a bug with KubeDB or want to request for new features, please file an issue.

About

Admission webhook for KubeDB

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors