Skip to content

C2Devel/croc_k8s_webinar_21-11-19

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published