Kubernetes: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
Line 6: Line 6:
==Knowledge==
==Knowledge==
<source lang="powershell">
<source lang="powershell">
choco -v
wsl -l -v
wsl -l -v
wsl --list --verbose
wsl --list --verbose
Get-NetConnectionProfile
Get-NetConnectionProfile
Restart-Service LxssManager
Set-NetConnectionProfile -InterfaceIndex 13 -NetworkCategory Private
</source>
</source>



Revision as of 00:00, 13 June 2021

Preferred Kubernetes environments are Minikube, Kind and K3s. It's depends on your use case.

  1. Minikube: Getting started with Fully Kubernetes environment
  2. Kind: Kubernetes environment for clusters and more than a single node
  3. K3s: Kubernetes environment for a low spec machine that uses fewer resources

Knowledge

choco -v
wsl -l -v
wsl --list --verbose

Get-NetConnectionProfile
Restart-Service LxssManager
Set-NetConnectionProfile -InterfaceIndex 13 -NetworkCategory Private

References