Get started with Kubernetes Security and Starboard

Опубликовано: 25 Июль 2024
на канале: Anais Urlichs
3k
88

In this tutorial, I show you how to get started with Kubernetes security by installing Starboard inside your Kubernetes cluster.
In this video I will show you
1. What Starboard is and how it works
2. How to install Starboard inside your Kubernetes cluster
3. Accessing Reports

What is Starboard?
Starboard is a completely open source tool that integrates with other security tools to scan your workloads and make security reports accessible through the Kubernetes API - K8s all the way

Resources
* Git repository
* Documentation
* Join us on Slack

kubectl command to get Vulnerability reports:
1. kubectl get VulnerabilityReport
2. kubectl describe VulnerabilityReport {name of the specific report from the previous command}

⏱️Timestamps⏱️
00:00 -- Intro
00:37 -- Starboard Overview
04:42 -- Starboard-operator Helm installation
07:21 -- Triggering Scans
07:48 -- Accessing Vulnerability reports
09:18 -- Accessing other reports
10:31 -- Outro