Kubernetes Operations (kOps) - Production Grade k8s Installation, Upgrades and Management
Go to file
Justin SB 06c20ea223 Ubuntu focal: Use generic docker & container packages
download.docker.com doesn't have packages for ubuntu 20.04 (focal),
use the generic tar.gz versions instead.
2020-05-02 11:23:38 -04:00
.github Drop go 1.14 on macOS 2020-04-26 12:11:35 -07:00
addons Merge pull request #8857 from mousavian/master 2020-04-09 06:35:45 -07:00
channels Merge pull request #8977 from hakman/stretch-image-1.10 2020-04-27 15:26:06 -07:00
cloudmock Merge branch 'master' into surge 2020-02-17 09:17:26 -08:00
cmd Make it possible to switch zone for an IG 2020-04-28 13:28:15 +02:00
dns-controller Add context.Context to most signatures 2020-04-11 14:44:17 -04:00
dnsprovider Rename test names to make it easier to search for failing tests 2020-04-30 21:05:04 -05: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 #9019 from olemarkus/docs-s3-cross-account 2020-05-01 06:06:29 -07:00
examples Add context.Context to most signatures 2020-04-11 14:44:17 -04:00
hack Use KOPS_RSA_PRIVATE_KEY_SIZE for more keys 2020-04-26 20:17:02 -07:00
hooks HTTPS for NVIDIA drivers 2020-04-17 23:20:37 +08:00
images Update go to 1.13.9 (continued) 2020-04-09 10:20:42 -04:00
k8s/crds Merge pull request #8967 from michalschott/profiling_and_protect_kernel_defaults_flags 2020-04-27 10:09:29 -07: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 Ubuntu focal: Use generic docker & container packages 2020-05-02 11:23:38 -04:00
permalinks Deprecate Kubernetes 1.10 2020-03-25 20:10:51 -07:00
pkg Update k8s.gcr.io/pause image to version 3.2 2020-05-01 22:12:42 +03:00
protokube Migrates GCE sdk from v0.beta to v1 2020-04-24 10:54:19 -07:00
tests Update k8s.gcr.io/pause image to version 3.2 2020-05-01 22:12:42 +03:00
tools Don't force bazel to use python2 2020-04-27 14:37:54 +02:00
upup Merge pull request #9017 from olemarkus/change-zone 2020-05-01 06:54:29 -07:00
util/pkg Replace deprecated x/net/context with context 2020-04-09 23:58:19 -04:00
vendor Update aws-sdk-go to version 1.30.16 2020-04-29 00:11:12 -04: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 Publish sha256 artifacts for kops itself 2019-08-25 17:28:13 -07:00
.travis.yml Use latest patch version for GO in tests 2020-04-20 05:47:33 +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 Update go to 1.13.9 (continued) 2020-04-09 10:20:42 -04:00
OWNERS Add joshbranham to OWNERs as reviewer 2019-11-26 22:37:24 -05:00
README-ES.md Update compatibility matrix 2020-03-04 07:08:44 -08:00
README.md Remove duplicated docs 2020-04-10 15:28:21 +02: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 Update to golang 1.13.9 to match 1.18.1 2020-04-09 00:46:26 -04:00
cloudbuild.yaml Update GCB jobs to use bazel 2.2.0 2020-04-04 21:36:57 -05: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 Update aws-sdk-go to version 1.30.16 2020-04-29 00:11:12 -04:00
go.sum Update aws-sdk-go to version 1.30.16 2020-04-29 00:11:12 -04:00
mkdocs.yml Update the testing page 2020-04-18 10:52:11 +02:00
netlify.toml Add netlify file and remove todo 2019-10-25 11:43:31 -04:00
tools.go Replace unmaintained go-bindata 2020-02-14 13:57:29 -05:00
version.go Release 1.18.0-alpha.2 2020-02-05 21:58:08 -05: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.

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