aossama / kubernetes-installer

Talos Kubernetes Installer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubernetes Installer

This repository contains IaC for provisioning Talos Kubernetes cluster on VMware vSphere.

Quick Start

  1. Install all required providers

    terraform init
  2. Create a new terraform.tfvars file configuring it as required

  3. Create the infrastructure

    terraform apply
  4. Extract talosconfig file using terraform

    terraform output -raw talosconfig > /tmp/talosconfig
  5. Export talosconfig file and extract kubeconfig

    export TALOSCONFIG=/tmp/talosconfig
    talosctl --nodes 10.0.140.21  kubeconfig /tmp/kubeconfig
  6. Export kubeconfig file and use the cluster

    export KUBECONFIG=/tmp/kubeconfig
    kubectl get nodes

About

Talos Kubernetes Installer


Languages

Language:HCL 100.0%