Skip to content

VardyNg/K8S-On-Cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

46 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

AWSAzureKubernetesTerraformShell Script

Kubernetes on Clouds!

This repository contains IaC scripts for deploying Kubernetes cluster on different Cloud Service Provider!

Table of Contents

How to use this repository

This repository is organized in a way that you can easily find the script that you need. The folder structure is as follows:

β”œβ”€β”€ README.md
β”œβ”€β”€ [Kubernetes distro / installer]
β”‚Β Β  β”œβ”€β”€ [Kubernetes version]
β”‚   β”‚   β”‚  β”œβ”€β”€ [Cloud Service Provider]
β”‚   β”‚   β”‚  β”‚   β”œβ”€β”€ [IaC tool]
β”œβ”€β”€ KaaS (Kubernetes as a Service)
β”‚Β Β  β”œβ”€β”€ [Cloud Service Provider's KaaS]
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ [IaC Script]

Clone the project, run the script and you are good to go!

Provision using IaC Tools

  • Terraform
    terraform init # initalize the terraform
    terraform plan -out plan.out # create a plan and see what's going to happen and save it to a file
    terraform apply plan.out # apply the plan

Contributing

If you want to contribute to this repository, please follow the following steps:

  1. Fork the repository
  2. Create a new branch
  3. Make your changes
  4. Create a pull request

About

Deploy Kubernetes On Cloud with IaC tools πŸš€

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published