Kubernetes Operations (kOps) - Production Grade k8s Installation, Upgrades and Management
Go to file
John Gardiner Myers a760080f01 Prefer the GA label for node zone 2020-06-14 16:35:57 -07:00
.github Don't restrict GitHub Actions to master 2020-05-03 20:40:30 -07:00
addons Bump Dashboard to v2.0.1 2020-05-28 13:32:38 +02:00
channels Use Ubuntu 20.04 as the default image for Kubernetes 1.18+ 2020-06-05 19:49:31 +03:00
cloudmock Use launch templates by default 2020-06-10 09:34:48 -07:00
cmd Merge pull request #9289 from johngmyers/launch-template 2020-06-11 13:40:57 -07:00
dns-controller fix some go-lint warning 2020-06-09 08:52:50 +08:00
dnsprovider fix some go-lint warning 2020-06-09 08:52:50 +08:00
docker Update to golang 1.13.9 to match 1.18.1 2020-04-09 00:46:26 -04:00
docs Merge pull request #9337 from joshbranham/bug/fix-default-storageclass 2020-06-14 07:47:55 -07:00
examples Remove support for reading legacy-format keypairs 2020-05-20 13:28:13 -07:00
hack Remove hack/machine_types script 2020-06-09 10:12:58 -05:00
hooks HTTPS for NVIDIA drivers 2020-04-17 23:20:37 +08:00
images Remove all traces of utils.tar.gz 2020-06-03 09:55:45 +03:00
k8s/crds Tag all cilium keys with omitempty 2020-06-04 15:46:32 +02:00
kube-discovery Correct word misspelling 2019-09-29 22:23:07 +08:00
node-authorizer Add context.Context to most signatures 2020-04-11 14:44:17 -04:00
nodeup Issue kops cert in nodeup 2020-06-11 23:54:59 -07:00
permalinks Bump supported and recommended k8s versions for kops 1.19 2020-06-04 12:11:51 -07:00
pkg Prefer the GA label for node zone 2020-06-14 16:35:57 -07:00
protokube Remove vsphere from kops files 2020-05-30 13:36:55 +02:00
tests hack/update-expected.sh 2020-06-10 09:34:48 -07:00
tools kube-apiserver: healthcheck via sidecar container 2020-05-07 08:06:52 -04:00
upup Merge pull request #9337 from joshbranham/bug/fix-default-storageclass 2020-06-14 07:47:55 -07:00
util/pkg fix some go-lint warning 2020-06-09 08:52:50 +08:00
vendor Remove vsphere vendor stuff and related build files 2020-05-30 13:34:39 +02:00
.bazelrc Add suggested alias for bazelrc import location 2018-10-18 09:01:39 -07:00
.bazelversion Upgrade to bazel 2.2.0 2020-03-24 11:59:32 -05:00
.dockerignore Add .dockerignore file to improve build times 2017-01-04 18:11:11 -03:00
.gitignore Don't compress bindata & allow Kops to be imported as a package. 2020-04-07 10:41:55 -04:00
.kazelcfg.json updating functionality to verify bazel build files 2018-02-23 17:36:42 -07:00
.shipbot.yaml Update shipbot config 2020-06-05 06:27:32 +03:00
.travis.yml Allow failure of the ARM64 job in TravisCI 2020-06-05 07:16:57 +03:00
BUILD.bazel Introduce go modules 2019-08-25 14:49:06 -04:00
CHANGELOG.md Documentation updates 2017-06-30 15:33:37 -06:00
CONTRIBUTING.md Fix broken url in CONTRIBUTING.md 2018-10-02 01:22:29 +09:00
LICENSE Unmangle the Apache library 2017-01-19 10:49:31 -05:00
Makefile Remove hack/machine_types script 2020-06-09 10:12:58 -05:00
OWNERS Merge pull request #9202 from rifelpet/owners-test-infra 2020-05-28 19:21:15 -07:00
README-ES.md Update compatibility matrix 2020-03-04 07:08:44 -08:00
README.md Add advisory notice to readme and docs homepage 2020-05-06 21:51:59 -05:00
ROADMAP.md Update roadmap 2020-03-04 22:22:37 -08:00
SECURITY_CONTACTS Update embargo doc link in SECURITY_OWNERS and changes PST to PSC 2019-03-08 10:23:48 -07:00
WORKSPACE Remove all traces of utils.tar.gz 2020-06-03 09:55:45 +03:00
cloudbuild.yaml When building to staging, split out the marker files by branch 2020-06-04 10:54:58 -04:00
code-of-conduct.md Update code-of-conduct.md 2017-12-20 14:06:36 -05:00
doc.go Update copyright notices 2019-09-09 14:47:51 -04:00
go.mod Merge pull request #9175 from mtl-wgtwo/calico-ip-detection-method 2020-06-03 06:24:18 -07:00
go.sum Update aws-sdk-go to version 1.30.16 2020-04-29 00:11:12 -04:00
mkdocs.yml Merge pull request #9308 from rifelpet/docs-cleanup 2020-06-08 20:57:18 -07:00
netlify.toml Check more files for site changes 2020-06-01 17:51:39 +03:00
tools.go Replace unmaintained go-bindata 2020-02-14 13:57:29 -05:00
version.go Release 1.18.0-alpha.3 2020-05-06 08:19:06 -04:00

README.md

kops logo

kops - Kubernetes Operations

Build Status Go Report Card GoDoc Widget

The easiest way to get a production grade Kubernetes cluster up and running.

2020-05-06 etcd-manager Certificate Expiration Advisory

kops versions released today contain a critical fix to etcd-manager: 1 year after creation (or first adopting etcd-manager), clusters will stop responding due to expiration of a TLS certificate. Upgrading kops to 1.15.3, 1.16.2, 1.17.0-beta.2, or 1.18.0-alpha.3 is highly recommended. Please see the advisory for the full details.

What is kops?

We like to think of it as kubectl for clusters.

kops helps you create, destroy, upgrade and maintain production-grade, highly available, Kubernetes clusters from the command line. AWS (Amazon Web Services) is currently officially supported, with GCE and OpenStack in beta support, and VMware vSphere in alpha, and other platforms planned.

Can I see it in action?

Installing and launching a Kubernetes cluster hosted on AWS, GCE, DigitalOcean or OpenStack

See Getting Started

Documentation

Documentation is in the /docs directory, and can be seen at kops.sigs.k8s.io.

Releases and kubernetes Release Compatibility

See Releases and versioning

Getting Involved and Contributing

See Contributing

Office Hours

Kops maintainers set aside one hour every other week for public office hours. This time is used to gather with community members interested in kops. This session is open to both developers and users.

We do maintain an agenda and stick to it as much as possible. If you want to hold the floor, put your item in this doc. Bullet/note form is fine. Even if your topic gets in late, we do our best to cover it.

For more information about the office hours and how to join, see Office Hours