Kubernauts Kops Faststart
  • Introduction
  • Overview
    • Introduction
    • Pre-Requisites
  • Labs
    • Install Kops
    • Install Kubectl
    • Configure AWS
    • Create First Cluster
    • Deploy Dashboard
    • Create Additional Clusters
    • Advanced HA deployment
    • Deploy (existing) Apps with HelmPack
    • Wrap Up
  • Reference
    • Links
Powered by GitBook
On this page

Introduction

NextIntroduction

Last updated 7 years ago

Last update: August 12th, 2017 Author: @kubernauts

Questions? Join us on

Kops (Kubernetes Operations) is currently the most popular way for deployment, operation, upgrade and decommissioning of Kubernetes Clusters on AWS. A huge thanks to and the Kops team for this brilliant implementation.

If you’re new to Kubernetes please refer to the fantastic and learn the basics interactively with the integrated Katacoda implementation.

Note: there is a NEW exciting project “” from Kris Nova which you should consider to run Kubernetes on AWS and later on ANY Cloud.

This guide is based on the and inspired by by and some additional help from the great docs on site to help you get started very fast to use the latest Kops to deploy multiple Kubernetes clusters on AWS. I recommend to read the great documentation on Github and enjoy Arun’s post.

This guide is the 1st part of a series and shows only the basic installation steps to deploy one or more HA K8s Clusters on AWS and how to deploy some existing apps via to our Kubernetes Cluster(s).

NEXT

Slack.
Kris Nova
Kubernetes Bootcamp
Kubicorn
Kops documentation on Github
Manage Kubernetes Clusters on AWS Using Kops
Arun Gupta
kubernetes.io
Helm Pack
Pre-Requisites