Skip to content

This repository contains terraform script and kubernetes yaml files for an article written for Ambassador Labs as a Guest writer. The article explains how rancher can user to visualise kubernetes workload and how cluster administrators can easily manager user authenticate and authorisation via the simple-to-use Rancher server UI.

License

Notifications You must be signed in to change notification settings

hydeenoble/kubernetes-workload-visibility-with-rancher-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes workload visibility with rancher (tutorial)

This repository contains terraform script and kubernetes yaml files for an article written for Ambassador Labs as a Guest writer. The article explains how rancher can user to visualise kubernetes workload and how cluster administrators can easily manager user authenticate and autorization via the simple-to-use Rancher server UI.

Deploy Infrastructure

Please be aware that deploying this infrastructure would cost you some $$ on AWS.

Prerequisites

Clone this repository

git clone https://github.com/hydeenoble/kubernetes-workload-visibility-with-rancher-tutorial.git

Initialize Terraform modules

cd kubernetes-workload-visibility-with-rancher-tutorial
terraform init 

Provide Variables

create a file named terraform.tfvars in the root directory and correct vaules for the following variables:

rancher_key_pair_key_pair="ssh-rsa ..."

iam_username="<username that owns the AWS credentials previously configured>"

aws_account_id="<AWS account ID>"

Deploy

terraform apply

Clean Up

To delete all recently provisioned infrastructure, run the command below:

terraform destroy

License

MIT

About

This repository contains terraform script and kubernetes yaml files for an article written for Ambassador Labs as a Guest writer. The article explains how rancher can user to visualise kubernetes workload and how cluster administrators can easily manager user authenticate and authorisation via the simple-to-use Rancher server UI.

Resources

License

Stars

Watchers

Forks

Languages