All Projects → prabhatsharma → Kubernetes The Hard Way Aws

prabhatsharma / Kubernetes The Hard Way Aws

Licence: apache-2.0
AWS version of Kelsey's kubernetes-the-hard-way

Projects that are alternatives of or similar to Kubernetes The Hard Way Aws

Control
Control manages the lifecycle of clusters on your infrastructure and allows deployment of applications via HELM. Its deployment and configuration workflows will help you to get up and running with Kubernetes faster.
Stars: ✭ 680 (+279.89%)
Mutual labels:  aws, containers
Devops Exercises
Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions
Stars: ✭ 20,905 (+11578.77%)
Mutual labels:  aws, containers
Caprover
Scalable PaaS (automated Docker+nginx) - aka Heroku on Steroids
Stars: ✭ 7,964 (+4349.16%)
Mutual labels:  aws, containers
Docker Curriculum
🐬 A comprehensive tutorial on getting started with Docker!
Stars: ✭ 4,523 (+2426.82%)
Mutual labels:  aws, containers
Firecracker Containerd
firecracker-containerd enables containerd to manage containers as Firecracker microVMs
Stars: ✭ 1,130 (+531.28%)
Mutual labels:  aws, containers
Ecs Deploy
Powerful CLI tool to simplify Amazon ECS deployments, rollbacks & scaling
Stars: ✭ 541 (+202.23%)
Mutual labels:  aws, containers
Amazon Vpc Cni Plugins
VPC CNI plugins for Amazon ECS and EKS.
Stars: ✭ 39 (-78.21%)
Mutual labels:  aws, containers
My Links
Knowledge seeks no man
Stars: ✭ 311 (+73.74%)
Mutual labels:  aws, containers
Docker Workshop
Docker workshop
Stars: ✭ 174 (-2.79%)
Mutual labels:  learning-by-doing, containers
Pulumi
Pulumi - Developer-First Infrastructure as Code. Your Cloud, Your Language, Your Way 🚀
Stars: ✭ 10,887 (+5982.12%)
Mutual labels:  aws, containers
Aws Microservices Deploy Options
This repo contains a simple application that consists of three microservices. Each application is deployed using different Compute options on AWS.
Stars: ✭ 370 (+106.7%)
Mutual labels:  aws, containers
Mist Ce
Mist is an open source, multi-cloud management platform
Stars: ✭ 1,391 (+677.09%)
Mutual labels:  aws, containers
Containers Roadmap
This is the public roadmap for AWS container services (ECS, ECR, Fargate, and EKS).
Stars: ✭ 4,132 (+2208.38%)
Mutual labels:  aws, containers
Geodesic
🚀 Geodesic is a DevOps Linux Distro. We use it as a cloud automation shell. It's the fastest way to get up and running with a rock solid Open Source toolchain. ★ this repo! https://slack.cloudposse.com/
Stars: ✭ 629 (+251.4%)
Mutual labels:  aws, containers
Adapt
ReactJS for your infrastructure. Create and deploy full-stack apps to any infrastructure using the power of React.
Stars: ✭ 317 (+77.09%)
Mutual labels:  aws, containers
Karch
A Terraform module to create and maintain Kubernetes clusters on AWS easily, relying entirely on kops
Stars: ✭ 38 (-78.77%)
Mutual labels:  aws, containers
Komiser
☁️ Cloud Environment Inspector 👮🔒 💰
Stars: ✭ 2,684 (+1399.44%)
Mutual labels:  aws, containers
Terraform Ecs Fargate
A Terraform template used for provisioning web application stacks on AWS ECS Fargate
Stars: ✭ 293 (+63.69%)
Mutual labels:  aws, containers
Manageiq
ManageIQ Open-Source Management Platform
Stars: ✭ 1,089 (+508.38%)
Mutual labels:  aws, containers
Devops Resources
DevOps resources - Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP
Stars: ✭ 1,194 (+567.04%)
Mutual labels:  aws, containers

About

This is a fork of awesome Kubernetes The Hard Way by Kelsey Hightower and is geared towards using it on AWS. Also thanks to @slawekzachcial for his work that made this easier. I have made some changes along the way:

  1. Upgraded kubernetes to v1.18.6
  2. Upgraded cri-tools to v1.18.0
  3. Upgraded containerd to v1.3.6
  4. Upgraded CNI plugins to v0.8.6
  5. Upgraded etcd to 3.4.10

Kubernetes The Hard Way

This tutorial walks you through setting up Kubernetes the hard way. This guide is not for people looking for a fully automated command to bring up a Kubernetes cluster. If that's you then check out Google Kubernetes Engine, AWS Elastic Container Service for Kubernetes or the Getting Started Guides.

Kubernetes The Hard Way is optimized for learning, which means taking the long route to ensure you understand each task required to bootstrap a Kubernetes cluster.

The results of this tutorial should not be viewed as production ready, and may receive limited support from the community, but don't let that stop you from learning!

Target Audience

The target audience for this tutorial is someone planning to support a production Kubernetes cluster and wants to understand how everything fits together.

Cluster Details

Kubernetes The Hard Way guides you through bootstrapping a highly available Kubernetes cluster with end-to-end encryption between components and RBAC authentication.

Labs

This tutorial assumes you have access to the Amazon Web Service. If you are looking for GCP version of this guide then look at : https://github.com/kelseyhightower/kubernetes-the-hard-way.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].