kubernetes

module
v1.11.9-beta.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 28, 2019 License: Apache-2.0

README

Kubernetes

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

For the full story, 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

Directories

Path Synopsis
cluster
cmd
hyperkube
A binary that can morph into all of the other kubernetes binaries.
A binary that can morph into all of the other kubernetes binaries.
kube-apiserver
apiserver is the main api server and master for the cluster.
apiserver is the main api server and master for the cluster.
kube-apiserver/app
Package app does all of the work necessary to create a Kubernetes APIServer by binding together the API, master and APIServer infrastructure.
Package app does all of the work necessary to create a Kubernetes APIServer by binding together the API, master and APIServer infrastructure.
kube-apiserver/app/options
Package options contains flags and options for initializing an apiserver
Package options contains flags and options for initializing an apiserver
kube-controller-manager
The controller manager is responsible for monitoring replication controllers, and creating corresponding pods to achieve the desired state.
The controller manager is responsible for monitoring replication controllers, and creating corresponding pods to achieve the desired state.
kube-controller-manager/app
Package app implements a server that runs a set of active components.
Package app implements a server that runs a set of active components.
kube-controller-manager/app/options
Package options provides the flags used for the controller manager.
Package options provides the flags used for the controller manager.
kube-proxy/app
Package app does all of the work necessary to configure and run a Kubernetes app process.
Package app does all of the work necessary to configure and run a Kubernetes app process.
kube-scheduler/app
Package app implements a Server object for running the scheduler.
Package app implements a Server object for running the scheduler.
kubeadm/app/apis/kubeadm
Package kubeadm holds the internal kubeadm API types Note: This file should be kept in sync with the similar one for the external API TODO: The BootstrapTokenString object should move out to either k8s.io/client-go or k8s.io/api in the future (probably as part of Bootstrap Tokens going GA).
Package kubeadm holds the internal kubeadm API types Note: This file should be kept in sync with the similar one for the external API TODO: The BootstrapTokenString object should move out to either k8s.io/client-go or k8s.io/api in the future (probably as part of Bootstrap Tokens going GA).
kubeadm/app/apis/kubeadm/v1alpha1
Package v1alpha1 is the package that contains the libraries that drive the kubeadm binary.
Package v1alpha1 is the package that contains the libraries that drive the kubeadm binary.
kubeadm/app/apis/kubeadm/v1alpha2
Package v1alpha2 holds the external kubeadm API types of version v1alpha2 Note: This file should be kept in sync with the similar one for the internal API TODO: The BootstrapTokenString object should move out to either k8s.io/client-go or k8s.io/api in the future (probably as part of Bootstrap Tokens going GA).
Package v1alpha2 holds the external kubeadm API types of version v1alpha2 Note: This file should be kept in sync with the similar one for the internal API TODO: The BootstrapTokenString object should move out to either k8s.io/client-go or k8s.io/api in the future (probably as part of Bootstrap Tokens going GA).
kubeadm/app/util/pubkeypin
Package pubkeypin provides primitives for x509 public key pinning in the style of RFC7469.
Package pubkeypin provides primitives for x509 public key pinning in the style of RFC7469.
kubelet
The kubelet binary is responsible for maintaining a set of containers on a particular host VM.
The kubelet binary is responsible for maintaining a set of containers on a particular host VM.
kubelet/app
Package app makes it easy to create a kubelet server for various contexts.
Package app makes it easy to create a kubelet server for various contexts.
kubelet/app/options
Package options contains all of the primary arguments for a kubelet.
Package options contains all of the primary arguments for a kubelet.
User-interface for test-infra/kubetest/e2e.go Equivalent to go get -u k8s.io/test-infra/kubetest && kubetest "${@}"
User-interface for test-infra/kubetest/e2e.go Equivalent to go get -u k8s.io/test-infra/kubetest && kubetest "${@}"
pkg
api/testapi
Package testapi provides a helper for retrieving the KUBE_TEST_API environment variable.
Package testapi provides a helper for retrieving the KUBE_TEST_API environment variable.
api/testing
Package testing contains - all generic API tests which depend on Kubernetes API types - all cross-Kubernetes-API tests.
Package testing contains - all generic API tests which depend on Kubernetes API types - all cross-Kubernetes-API tests.
apis/abac/v0
+groupName=abac.authorization.kubernetes.io +k8s:openapi-gen=true
+groupName=abac.authorization.kubernetes.io +k8s:openapi-gen=true
apis/abac/v1beta1
+groupName=abac.authorization.kubernetes.io +k8s:openapi-gen=true
+groupName=abac.authorization.kubernetes.io +k8s:openapi-gen=true
apis/admission
+k8s:deepcopy-gen=package +groupName=admission.k8s.io
+k8s:deepcopy-gen=package +groupName=admission.k8s.io
apis/admission/install
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
apis/admission/v1beta1
+groupName=admission.k8s.io
+groupName=admission.k8s.io
apis/admissionregistration
Package admissionregistration is the internal version of the API.
Package admissionregistration is the internal version of the API.
apis/admissionregistration/v1alpha1
Package v1alpha1 is the v1alpha1 version of the API.
Package v1alpha1 is the v1alpha1 version of the API.
apis/admissionregistration/v1beta1
Package v1beta1 is the v1beta1 version of the API.
Package v1beta1 is the v1beta1 version of the API.
apis/apps/install
Package install installs the apps API group, making it available as an option to all of the API encoding/decoding machinery.
Package install installs the apps API group, making it available as an option to all of the API encoding/decoding machinery.
apis/authentication
+k8s:deepcopy-gen=package +groupName=authentication.k8s.io
+k8s:deepcopy-gen=package +groupName=authentication.k8s.io
apis/authentication/install
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
apis/authentication/v1
+k8s:conversion-gen=k8s.io/kubernetes/pkg/apis/authentication +k8s:conversion-gen-external-types=k8s.io/api/authentication/v1 +groupName=authentication.k8s.io +k8s:defaulter-gen=TypeMeta +k8s:defaulter-gen-input=../../../../vendor/k8s.io/api/authentication/v1
+k8s:conversion-gen=k8s.io/kubernetes/pkg/apis/authentication +k8s:conversion-gen-external-types=k8s.io/api/authentication/v1 +groupName=authentication.k8s.io +k8s:defaulter-gen=TypeMeta +k8s:defaulter-gen-input=../../../../vendor/k8s.io/api/authentication/v1
apis/authentication/v1beta1
+k8s:conversion-gen=k8s.io/kubernetes/pkg/apis/authentication +k8s:conversion-gen-external-types=k8s.io/api/authentication/v1beta1 +groupName=authentication.k8s.io +k8s:defaulter-gen=TypeMeta +k8s:defaulter-gen-input=../../../../vendor/k8s.io/api/authentication/v1beta1
+k8s:conversion-gen=k8s.io/kubernetes/pkg/apis/authentication +k8s:conversion-gen-external-types=k8s.io/api/authentication/v1beta1 +groupName=authentication.k8s.io +k8s:defaulter-gen=TypeMeta +k8s:defaulter-gen-input=../../../../vendor/k8s.io/api/authentication/v1beta1
apis/authentication/validation
Package validation contains methods to validate kinds in the authentication.k8s.io API group.
Package validation contains methods to validate kinds in the authentication.k8s.io API group.