Skip to content

A tutorial to install Netto tool in a k8s cluster.

Notifications You must be signed in to change notification settings

pucciorenzo/netto-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netto deployment in K8s

This tutorial allow to install Netto in a kubernetes cluster with minimal permissions using Helm.

Requirements

  • Linux kernel version: 5.5
  • Netto container run in --privileged mode

Install Netto

To deploy Netto in your cluster run:

git clone https://github.com/pucciorenzo/netto-chart.git
cd netto-chart

In values.yml change address with the given value.

Create a namespace for Netto in the cluster

kubectl create namespace netto

And install Netto

helm install netto . -n netto 

About

A tutorial to install Netto tool in a k8s cluster.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published