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.