atom134 / croc_k8s_webinar_21-11-19

Материалы к вебинару 'Разворачиваем кластер Kubernetes за час' 21-11-19

Home Page:https://cloud.croc.ru/blog/events/webinar_30102019/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CROC Kubernetes

Kubernetes cluster installer based on Terraform to use with CROC cloud.

Getting Started

These instructions will get you a copy of the project up and running on CROC cloud. See deployment for notes on how to deploy the project on a live system.

Prerequisites

To run this setup you will need

terraform 0.11
packer
ansible

Installing

To start this project please get /c2rc.sh script from CROC cloud and source it. After you will have it run

terraform init
terraform apply -var-file vars/dev.tfvars

And then to connect to your instances run

terraform output ssh > id_rsa
chmod 0600 id_rsa
ssh ec2_user@node_ip -i id_rsa

Built With

  • Terraform - Infrastructure as Code tool to provision and manage any cloud infrastructure, or service
  • Packer - To build machine images
  • Ansible - To provision machine images

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Материалы к вебинару 'Разворачиваем кластер Kubernetes за час' 21-11-19

https://cloud.croc.ru/blog/events/webinar_30102019/

License:MIT License


Languages

Language:HCL 75.6%Language:Smarty 19.9%Language:Python 4.5%