Member-only story

Configuring sentinelone agents in GKE clusters

Rajathithan Rajasekar
2 min readAug 26, 2021

--

Photo by Arseny Togulev on Unsplash

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.

--

--

Rajathithan Rajasekar
Rajathithan Rajasekar

Written by Rajathithan Rajasekar

I like to write code in Python . Interested in cloud , dataAnalysis, computerVision, ML and deepLearning. https://rajathithanrajasekar.medium.com/membership

No responses yet