Member-only story
Configuring sentinelone agents in GKE clusters
In this post , we are going to see how to deploy the sentinelone agents in google kubernetes engine (GKE) clusters. Sentinelone provides a security platform to detect and prevent, known and unknown threats, in your On-Prem & Cloud environments. It provides capabilities to alert on a detected Malicious workload or Kill & Quarantine a detected Malicious workload. The features provided by sentinelone platform for container workloads are given below,
- Static AI blocks and quarantines malware in real-time.
- Behavioral AI stops previously unknown fileless attacks in real-time.
- Runtime container protection without container interference.
- Automated Application Control preserves immutability of containerized workloads.
Step:1
Download the sentinel one package from the Management console -> Packages, You need to have admin access to download the package from your sentinelone platform.
SentinelAgent_linux_-_k8s_v21_6_3_7.gz
Step: 2
Use the below shell script to install the agents using Helm from your cloud shell. Edit the values of tagid, container registry, namespace and sitetoken according to your project needs.