Skip to content

Instantly share code, notes, and snippets.

@juliostanley
juliostanley / README.md
Last active July 24, 2022 18:20
K3S and Rio on WSL2

Install Rio on K3S running in WSL2 on Windows

Info

  • K3S is a certified kubernetes distro for edge and other scenarios
  • Rio simplifies application development on kubernetes
  • WSL2 run linux on windows, nicer and more integrated than a traditional vm on hyper-v

Prerequisites

  • Windows 10 with WSL2 set as default
@BernhardRode
BernhardRode / SETUP.md
Last active September 4, 2018 22:35
Setup AKS with istio

Prerequisits

CLI Versions

Helm: v2.10.0 Kubectl: v1.11.2

Setup

AKS

az group create --location westeurope --name istio-issue
az aks create --resource-group istio-issue --name istio-aks-cluster --node-count 3 --node-vm-size Standard_D2_v3 --kubernetes-version 1.11.2