New Project
Installing
It is a lightweight wrapper to run k3s
(Rancher Lab’s minimal Kubernetes distribution) in docker.
Great tool to work with Istio
.
Requires Docker
to use k3d
.
Requires kubectl
to interact with Kubernetes cluster.
Download and install Istio's client.
Install Istio on the cluster with the default profile.
You may Creating Cluster before installing Istio in the cluster.
Setup
Creating Cluster
Bind the host 8000
with the cluster's 30000
, because it is the port region to work with Kubernetes node ports.
k3d
makes it easy to bind the host port into the Cluster. Other tools may not be that simple.
Last updated