Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 970 Bytes

Readme.md

File metadata and controls

20 lines (14 loc) · 970 Bytes

AKS Node Installer

Many customers want the ability to run arbitrary software on their AKS worker nodes such as Malware scanners, policy enforcers etc. This script which is heavily inspired by Kured lets you do that. The script (in the container) is meant to run as a DaemonSet so that new nodes can be bootstrapped.

Installation

Before installing update the script in k8s/sampleconfigmap.yaml which is run to install the software that you want in the cluster.

git clone https://github.com/patnaikshekhar/AKSNodeInstaller
cd AKSNodeInstaller
# Update script in ./k8s/sampleconfigmap.yaml to use your installation instructions
kubectl apply -f ./k8s

Explanation

This blog article explains the code.

Demo

Youtube Demo