Aurras
  • Overview
  • Components
    • Core
      • Configuration
    • Event Feed
      • Event Feed - Substrate
        • Configuration
        • Deployment
          • Docker Compose
          • Kubernetes
  • Dependencies
    • Docker
      • Environments
        • Windows
        • macOS
        • Ubuntu
    • Docker Compose
      • Environments
        • Windows
        • macOS
        • Ubuntu
    • Kubernetes
      • Environments
        • Windows
        • macOS
        • Ubuntu
    • Helm
    • Openwhisk
      • Deployment
        • Docker Compose
        • Kubernetes
          • Environment
            • Windows
            • macOS
            • Ubuntu
Powered by GitBook
On this page
  1. Dependencies
  2. Kubernetes
  3. Environments

Ubuntu

PreviousmacOSNextHelm

Last updated 4 years ago

Setup Guide

  1. Download the latest stable release of kind (kind-linux-amd64) from

  2. Create a kind-cluster.yaml to configure your cluster with below configuration

kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
- role: worker
  extraPortMappings:
    - hostPort: 31001
      containerPort: 31001
- role: worker

3. Create the cluster using

kind create cluster --config kind-cluster.yaml

4. Confirm if the clusters have been created using

kind get clusters
https://github.com/kubernetes-sigs/kind/releases