How to run a shell script automatically after created a node in kubernetes?

11/24/2021

I'm managing security clusters and trying to run a shell script automatically after a node by autoscaling in kubernetes is created.

The script I wanna run is to install an agent of deep security (HIPS). It is included that upload a script to install the agent and run the script.

I want to deploy the script after the node is created automatically.

-- Neil Lee
amazon-ec2
amazon-web-services
kubernetes
linux
shell

0 Answers