mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-06 17:26:45 +00:00
48 lines
2.9 KiB
Markdown
48 lines
2.9 KiB
Markdown
# Security and DevSecOps. Container Security
|
|
- [Introduction](#introduction)
|
|
- [Multi-Level Security (MLS) vs Multi-Category Security (MCS). Make Secure Pipelines with Podman and Containers](#multi-level-security-mls-vs-multi-category-security-mcs-make-secure-pipelines-with-podman-and-containers)
|
|
- [Project Calico](#project-calico)
|
|
- [keycloak](#keycloak)
|
|
- [Security Patterns for Microservice Architectures](#security-patterns-for-microservice-architectures)
|
|
- [Anchore Container Security Solutions for DevSecOps](#anchore-container-security-solutions-for-devsecops)
|
|
- [Secure Container Based CI/CD Workflows](#secure-container-based-cicd-workflows)
|
|
- [Securing Kubernetes With Anchore](#securing-kubernetes-with-anchore)
|
|
- [GitHub security](#github-security)
|
|
- [Databases in DMZ and Intranet](#databases-in-dmz-and-intranet)
|
|
- [Manage your secrets in Git with SOPS for Kubernetes](#manage-your-secrets-in-git-with-sops-for-kubernetes)
|
|
|
|
## Introduction
|
|
- [fiercesw.com: DevOps vs DevSecOps](https://fiercesw.com/devsecops-starter)
|
|
- [DevSecOps Explained](https://www.devopszone.info/post/devsecops-explained)
|
|
|
|
## Multi-Level Security (MLS) vs Multi-Category Security (MCS). Make Secure Pipelines with Podman and Containers
|
|
- [Why you should be using Multi-Category Security (MCS) for your Linux containers](https://www.redhat.com/en/blog/why-you-should-be-using-multi-category-security-your-linux-containers)
|
|
- [Using Podman and Containers to make a more secure pipeline](https://www.redhat.com/en/blog/using-container-technology-make-trusted-pipeline)
|
|
|
|
## Project Calico
|
|
* [Project Calico](https://www.projectcalico.org/) Secure networking for the cloud native era
|
|
|
|
## keycloak
|
|
- [keycloak.org](https://www.keycloak.org/) Open Source Identity and Access Management For Modern Applications and Services
|
|
|
|
## Security Patterns for Microservice Architectures
|
|
- [Security Patterns for Microservice Architectures](https://developer.okta.com/blog/2020/03/23/microservice-security-patterns)
|
|
|
|
## Anchore Container Security Solutions for DevSecOps
|
|
- [Anchore](https://anchore.com) Container image inspection and policy-based compliance
|
|
|
|
### Secure Container Based CI/CD Workflows
|
|
- [Secure Container Based CI/CD Workflows](https://anchore.com/cicd/)
|
|
- [Jenkins Plugin: Anchore Container Image Scanner](https://plugins.jenkins.io/anchore-container-scanner/)
|
|
|
|
### Securing Kubernetes With Anchore
|
|
- [Securing Kubernetes With Anchore](https://anchore.com/kubernetes/)
|
|
|
|
## GitHub security
|
|
- [GitHub security: what does it take to protect your company from credentials leaking on GitHub? 🌟](https://blog.gitguardian.com/github-security/)
|
|
|
|
## Databases in DMZ and Intranet
|
|
- [Databases in DMZ and Intranet](https://security.stackexchange.com/questions/58167/databases-in-dmz-and-intranet)
|
|
|
|
## Manage your secrets in Git with SOPS for Kubernetes
|
|
- [dev.to: Manage your secrets in Git with SOPS for Kubernetes 🌟](https://dev.to/stack-labs/manage-your-secrets-in-git-with-sops-for-kubernetes-57me) |