Skip to content

skeerthivasan/new-terraform-portworx-on-baremetal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform-iac README

Infrastructure as Code - Terraform to provision Kubernetes on public cloud environments

Terraform-iac contains step by step guide to provision Kubernetes clusters on public code using the terraform code (library) and shell scripts

This repo helps in creating the Kubernetes cluster with Portworx embedded on various cloud providers such as aws, azure, gcloud with portworx installed

PreRequisites

  1. Installation of AWSCLI
  2. Installation of GCloud
  3. Installation of Azure CLI
  4. Your system administrator will have to create accounts on various cloud providers and provide you with the Access Keys (required for creating the clusters)
  5. Install GIT (required to download this repo)
  6. Install Terraform (Install and basic knowledge on troubleshooting)
  7. Portworx - valid license and knowledge
  8. Installation of KubeCtl (required to manage the Kubernetes cluster)

The installation shell script has been shipped in this package. This script will install the above required prerequisites softwares/packages if they are not already installed. The script is tested on MacOS and Ubuntu systems.

NOTE: Before running the shell script you must clone the git clone under GIT Repo to be able to access the shell script.

To run the shell script you must navigate to the scripts folder and run

    ./prereq.sh 

GIT Repo

  • Clone this repo for accessing the code, scripts and to create the repo
    git clone https://github.com/PureStorage-OpenConnect/k8s-px-terraform.git

Guides to install Kubernetes with Portworx

References

Contributing

    Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change

License

To the extent possible under law, Purestorage/portworx has waived all copyright and related or neighboring rights to this work

About

Module to setup PDS (Portworx Data Services) from scratch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 74.5%
  • HCL 25.5%