AOEpeople/kops

Name: kops

Owner: AOE

Description: Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management

Forked from: kubernetes/kops

Created: 2017-02-14 10:08:41.0

Updated: 2017-02-14 10:08:45.0

Pushed: 2017-03-28 13:15:05.0

Homepage:

Size: 119138

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Kubernetes Operations (kops)

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 lets you deploy production-grade, highly available, Kubernetes clusters from the command line. Deployment is currently supported on Amazon Web Services (AWS), with more platforms planned.

Can I see it in action?

Launching a Kubernetes cluster hosted on AWS

To replicate the above demo, check out our tutorial for launching a Kubernetes cluster hosted on AWS.

Features
Installing

kubectl is required, see here.

OSX From Homebrew (Latest Stable Release)
ew update && brew install kops
OSX From Homebrew (HEAD of master)
ew update && brew install --HEAD kops
Linux

Download the latest release, then:

mod +x kops-linux-amd64                 # Add execution permissions
 kops-linux-amd64 /usr/local/bin/kops   # Move the kops to /usr/local/bin
From Source

Go 1.7+ and make are required.

 get -d k8s.io/kops
 ${GOPATH}/src/k8s.io/kops/
t checkout release
ke

See the install notes for more information.

At this time, Windows is not a supported platform.

History

See the releases for more information on changes between releases.

Getting involved and contributing!

Are you interested in contributing to kops? We the maintainers and community would love your suggestions, contributions, and help! We have a quickstart guide on adding a feature and the maintainers can be contacted at any time to learn more about how to get involved.

Maintainers
Office Hours

Kops maintainers also have time (1 hour) set aside every other week to offer help and guidance to the community. This is the maintainer's office hours. During this time we might work with newcomers, help with PRs, and discuss new features. Anything goes.

We encourage you to reach out beforehand if you plan on attending. We have an agenda where we track notes from office hours.

Office hours, on Zoom video conference are on Fridays at 5pm UTC/9 am US Pacific every other week, on odd week numbers.

You can check your week number using:

 +%V

The maintainers and other community members are generally available on the kubernetes slack in #kops, so come find and chat with us about how kops can be better for you!

Other Resources
GitHub Issues
Bugs

If you think you have found a bug please follow the instructions below.

Features

We also use the issue tracker to track features. If you have an idea for a feature, or think you can help kops become even more awesome follow the steps below.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.