Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 465 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 465 Bytes

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