All Projects → aquasecurity → Starboard

aquasecurity / Starboard

Licence: apache-2.0
Kubernetes-native security toolkit

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Starboard

Cloud Native Slides Share
Cloud Native slides and materials share
Stars: ✭ 425 (-29.98%)
Mutual labels:  cloud-native
Spring Cloud Commons
Common classes used in different Spring Cloud implementations
Stars: ✭ 493 (-18.78%)
Mutual labels:  cloud-native
Spring Cloud Release
Spring Cloud Release Train - dependency management across a wide range of Spring Cloud projects.
Stars: ✭ 543 (-10.54%)
Mutual labels:  cloud-native
Networkservicemesh
The Hybrid/Multi-cloud IP Service Mesh
Stars: ✭ 456 (-24.88%)
Mutual labels:  cloud-native
Spring Cloud Zookeeper
Spring Cloud Zookeeper
Stars: ✭ 481 (-20.76%)
Mutual labels:  cloud-native
Opa
An open source, general-purpose policy engine.
Stars: ✭ 5,939 (+878.42%)
Mutual labels:  cloud-native
Cloud Native Starter
Cloud Native Starter for Java/Jakarta EE based Microservices on Kubernetes and Istio
Stars: ✭ 402 (-33.77%)
Mutual labels:  cloud-native
Spring Cloud Contract
Support for Consumer Driven Contracts in Spring
Stars: ✭ 569 (-6.26%)
Mutual labels:  cloud-native
Spring Cloud Security
Security concerns for distributed applications implemented in Spring
Stars: ✭ 488 (-19.6%)
Mutual labels:  cloud-native
Awesome Fenix
讨论如何构筑一套可靠的分布式大型软件系统
Stars: ✭ 530 (-12.69%)
Mutual labels:  cloud-native
Scoold
A Stack Overflow clone for teams (self-hosted)
Stars: ✭ 463 (-23.72%)
Mutual labels:  cloud-native
Pouch
An Efficient Enterprise-class Container Engine
Stars: ✭ 4,483 (+638.55%)
Mutual labels:  cloud-native
Nexclipper
Metrics Pipeline for interoperability and Enterprise Prometheus
Stars: ✭ 533 (-12.19%)
Mutual labels:  cloud-native
Kubernetes Handbook
Kubernetes Handbook (Kubernetes指南) https://kubernetes.feisky.xyz
Stars: ✭ 4,511 (+643.16%)
Mutual labels:  cloud-native
Yugabyte Db
The high-performance distributed SQL database for global, internet-scale apps.
Stars: ✭ 5,890 (+870.35%)
Mutual labels:  cloud-native
Couler
Unified Interface for Constructing and Managing Workflows on different workflow engines, such as Argo Workflows, Tekton Pipelines, and Apache Airflow.
Stars: ✭ 405 (-33.28%)
Mutual labels:  cloud-native
Apisix
The Cloud-Native API Gateway
Stars: ✭ 7,920 (+1204.78%)
Mutual labels:  cloud-native
Kubesphere
The container platform tailored for Kubernetes multi-cloud, datacenter, and edge management ⎈ 🖥 ☁️
Stars: ✭ 8,315 (+1269.85%)
Mutual labels:  cloud-native
Kube Scan
kube-scan: Octarine k8s cluster risk assessment tool
Stars: ✭ 566 (-6.75%)
Mutual labels:  cloud-native
Deep Framework
Full-stack JavaScript Framework for Cloud-Native Web Applications (perfect for Serverless use cases)
Stars: ✭ 533 (-12.19%)
Mutual labels:  cloud-native

Starboard logo

Kubernetes-native security toolkit.

GitHub Release GitHub Build Actions Coverage Status Go Report Card License GitHub All Releases Docker Pulls Starboard Docker Pulls Starboard Operator

Introduction

Starboard integrates security tools into the Kubernetes environment, so that users can find and view the risks that relate to different resources in a Kubernetes-native way. Starboard provides custom resources definitions and a Go module to work with a range of existing security scanners, as well as a kubectl-compatible command, the Octant plugin, and the Lens extension that make security reports available through familiar Kubernetes tools.

Starboard Overview

Starboard can be run in two different modes:

  • As a command, so you can trigger scans and view the risks in a kubectl-compatible way or as part of your CI/CD pipeline.
  • As an operator to automatically update security reports in response to workload and other changes on a Kubernetes cluster - for example, initiating a vulnerability scan when a new pod is started.

NOTE Even though manual scanning through the command-line is useful, the fact that it's not automated makes it less suitable with a large number of Kubernetes workloads. Therefore, the operator provides a better option for these scenarios, constantly monitoring built-in Kubernetes resources, such as Deployments, and running appropriate scanners against the underlying deployment descriptors.

You can read more about the motivations and use cases in this blog and join our discussions.

Status

This project is incubating and the APIs are not considered stable.

Documentation

The official documentation, which provides detailed installation, configuration, and quick start guides, is available at https://aquasecurity.github.io/starboard/.

Try the getting started guide to install the Starboard command and generate your first vulnerability report.

Contributing

At this early stage we would love your feedback on the overall concept of Starboard. Over time we'd love to see contributions integrating different security tools so that users can access security information in standard, Kubernetes-native ways.

  • See CONTRIBUTING.md for information about setting up your development environment, and the contribution workflow that we expect.
  • See ROADMAP.md for tentative features in a 1.0 release.
  • Join our discussions.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].