ianneilsen / k8s-tools

kubernetes tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

k8s-tools

Reference Links

k8s Security Tooling

  1. Open Policy Agent (OPA): cluster policies :

** https://github.com/open-policy-agent/opa

  1. KubeLinter: yaml linter :

** https://www.redhat.com/en/topics/containers/what-is-kubelinter

  1. Kube-bench - configuration scanner

** https://github.com/aquasecurity/kube-bench

  1. Kube-hunter - Testing tool & pentesting

** https://github.com/aquasecurity/kube-hunter

  1. Terrascan - static code analyzer - compliance & security for terraform/yaml,kustomize,docker

** https://github.com/accurics/terrascan

  1. Falco - pod or node or both

** https://falco.org/

  1. Clair - container static analyzer

** https://github.com/quay/clair

  1. Checkov - scan IaC

** https://www.checkov.io/ ** https://docs.bridgecrew.io/docs/kubernetes-policy-index ** https://www.checkov.io/7.Scan%20Examples/Argo%20Workflows.html

  1. Sandfly security - node security

** https://www.sandflysecurity.com/get-sandfly/

  1. Trivvy - container scanning

** https://github.com/aquasecurity/trivy

  1. snyk io

** https://snyk.io/ ** https://support.snyk.io/hc/en-us/articles/360003946917-Test-images-with-the-Snyk-Container-CLI

  1. anchore

** https://docs.anchore.com/current/

  1. aquasec

** https://www.aquasec.com/

  1. kubei

** https://github.com/Portshift/kubei

  1. Palo Alto twsitcli

** Scan images with twistcli - Palo Alto Networkshttps://docs.paloaltonetworks.com › prisma-cloud › tools

  1. sysdig

** https://sysdig.com/products/secure/

  1. kubesec

** https://github.com/controlplaneio/kubesec/releases

  1. kubehunter - aquasec

** https://github.com/aquasecurity/kube-hunter

  1. kdave

  2. kube-bench - aquasec

** https://github.com/aquasecurity/kube-bench

  1. kubeaudit

  2. Trivy Operator/CRD - vuln scan, audit and reporting to prom or other, argo integration

** https://github.com/aquasecurity/trivy-operator

kustomize

ref link:https://www.openanalytics.eu/blog/2021/02/23/kustomize-best-practices/

kustomize secrets

Multi-Cluster mgt

  1. admiralty
  1. shipper
  1. kubfed
  1. Rancher
  • Rancher
  1. Fleet
  • Fleet is a GitOps-at-scale project designed to facilitate and manage a multi-cluster environment.
  1. Google Anthos
  • Google Anthos is designed to extend the Google Kubernetes engine across hybrid and multi-cluster environments.
  1. Das shift engine
  1. https://rafay.co/ - governance and automation
  2. https://www.paralus.io/ - policy management - access mgt, sso, rbac, auditing, zerotrust just in time accouting
  3. https://blog.kubernauts.io/deploy-k8s-using-k8s-with-cluster-api-and-capa-on-aws-107669808367
  4. CAPI
  5. CAPA

k8s linters

https://github.com/projectatomic/dockerfile_lint

k8s logs

  1. stern/stern formerly known as wercker/stern

About

kubernetes tools