Skip to content

Provision and Connect to an Minikube installed on top of an AWS EC2 instance using Terraform

Notifications You must be signed in to change notification settings

NabilHouidi/ec2-minikube

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EC2-Minikube

Architecture

Architecture

Pre-requisite

  • yq on your host instance, go here to install

Usage

Provisioning the Infrastructure

terraform apply

Connecting to the k8s cluster

You can export the Kubeconfig file using this helper

$(terraform output -raw kubeconfig_command)

Checking the connection

kubectl cluster-info

About

Provision and Connect to an Minikube installed on top of an AWS EC2 instance using Terraform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 66.4%
  • Shell 33.6%