velero/vendor/k8s.io/kubernetes
Andy Goldstein 412793e809 Update client-go to v6.0.0
Also update:
- kubernetes to v1.9.0
- k8s.io/api, k8s.io/apimachinery, k8s.io/code-generator to kubernetes-1.9.0
- gengo to b58fc7edb82e0c6ffc9b8aef61813c7261b785d4 (to match code-generator)

Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>
2018-01-04 10:44:19 -05:00
..
pkg Update client-go to v6.0.0 2018-01-04 10:44:19 -05:00
.bazelrc Switch to dep & update dependencies 2017-09-06 13:41:25 -04:00
.generated_files Switch to dep & update dependencies 2017-09-06 13:41:25 -04:00
.gitattributes Update client-go to v6.0.0 2018-01-04 10:44:19 -05:00
.gitignore Update k8s, client-go, apimachinery deps 2017-10-30 13:30:27 -04:00
.kazelcfg.json Update k8s, client-go, apimachinery deps 2017-10-30 13:30:27 -04:00
BUILD.bazel Switch to dep & update dependencies 2017-09-06 13:41:25 -04:00
CHANGELOG-1.9.md Update client-go to v6.0.0 2018-01-04 10:44:19 -05:00
CHANGELOG.md Update client-go to v6.0.0 2018-01-04 10:44:19 -05:00
CONTRIBUTING.md Switch to dep & update dependencies 2017-09-06 13:41:25 -04:00
LICENSE Initial commit 2017-08-02 13:27:17 -04:00
Makefile Switch to dep & update dependencies 2017-09-06 13:41:25 -04:00
Makefile.generated_files Switch to dep & update dependencies 2017-09-06 13:41:25 -04:00
OWNERS Update k8s, client-go, apimachinery deps 2017-10-30 13:30:27 -04:00
OWNERS_ALIASES Update client-go to v6.0.0 2018-01-04 10:44:19 -05:00
README.md Update client-go to v6.0.0 2018-01-04 10:44:19 -05:00
SUPPORT.md Update k8s, client-go, apimachinery deps 2017-10-30 13:30:27 -04:00
Vagrantfile Switch to dep & update dependencies 2017-09-06 13:41:25 -04:00
WORKSPACE Switch to dep & update dependencies 2017-09-06 13:41:25 -04:00
code-of-conduct.md Switch to dep & update dependencies 2017-09-06 13:41:25 -04:00
labels.yaml Update k8s, client-go, apimachinery deps 2017-10-30 13:30:27 -04:00

README.md

Kubernetes

Submit Queue Widget GoDoc Widget CII Best Practices


Kubernetes is an open source system for managing containerized applications across multiple hosts, providing basic mechanisms for deployment, maintenance, and scaling of applications.

Kubernetes builds upon a decade and a half of experience at Google running production workloads at scale using a system called Borg, combined with best-of-breed ideas and practices from the community.

Kubernetes is hosted by the Cloud Native Computing Foundation (CNCF). If you are a company that wants to help shape the evolution of technologies that are container-packaged, dynamically-scheduled and microservices-oriented, consider joining the CNCF. For details about who's involved and how Kubernetes plays a role, read the CNCF announcement.


To start using Kubernetes

See our documentation on kubernetes.io.

Try our interactive tutorial.

Take a free course on Scalable Microservices with Kubernetes.

To start developing Kubernetes

The community repository hosts all information about building Kubernetes from source, how to contribute code and documentation, who to contact about what, etc.

If you want to build Kubernetes right away there are two options:

You have a working Go environment.
$ go get -d k8s.io/kubernetes
$ cd $GOPATH/src/k8s.io/kubernetes
$ make
You have a working Docker environment.
$ git clone https://github.com/kubernetes/kubernetes
$ cd kubernetes
$ make quick-release

If you are less impatient, head over to the developer's documentation.

Support

If you need support, start with the troubleshooting guide and work your way through the process that we've outlined.

That said, if you have questions, reach out to us one way or another.

Analytics