Docker & Kubnertes – stuff
- Great Link-directory with Docker Stuff -> https://awesome-docker.netlify.com/
- Docker
- Docker Compose
- Docker Swarm
Current versions of Docker include swarm mode for natively managing a cluster of Docker Engines called a swarm. Use the Docker CLI to create a swarm, deploy application services to a swarm, and manage swarm behavior - Kitematic (Win)
- Docker-Toolbox ( including: Docker Engine & Compose & Machine & Kitematic)
- Mesos
Apache Mesos abstracts CPU, memory, storage, and other compute resources away from machines (physical or virtual), enabling fault-tolerant and elastic distributed systems to easily be built and run effectively. - Marathon
Marathon is a production-grade container orchestration platform for Mesosphere’s ->Datacenter Operating System (DC/OS) and Apache Mesos - Kubernetes / mini-kubernetes
- https://helm.sh/ – Helm Charts help you define, install, and upgrade even the most complex Kubernetes application.
- https://zipkin.io/ – Zipkin is a distributed tracing system. It helps gather timing data needed to troubleshoot latency problems in service architectures. Features include both the collection and lookup of this data
- https://github.com/hasura/gitkube – Gitkube is a tool for building and deploying Docker images on Kubernetes using
git push
- http://port.us.org/ – Portus is an open source authorization service and user interface for the next generation Docker Registry
- sonatype/nexus3 – A Dockerfile for Sonatype Nexus Repository Manager 3
- https://github.com/cloudnativelabs/kube-shell
- https://hub.datree.io/overview (Policies Prüfung für Programmierer Projekte )
- https://devspace.sh/
- https://www.kasten.io/product/ (BACKUP)
– https://github.com/kubernetes-csi/csi-driver-nfs/tree/master/charts (Internal Storage driver) - https://fluxcd.io/docs/installation/ (GITOPS Delivery)
- https://flagger.app/ Progressive Delivery Operator for Kubernetes
- https://werf.io/introduction.html (GITOPS Delivery)
- https://jenkins-x.io/free and open-source GitOps framework
- https://www.kubestack.com/framework/documentation/tutorial-get-started – free open source gitops tool
- https://www.jetbrains.com/teamcity/ – CI/CD
- INGRES Kubernetes Controlers – overview of all as table !! -> <click here>
- https://www.fluentd.org/ – Build Your Unified Logging Layer
- https://shipa.io/ – Shipa is designed to make it simple for developers to run their code on Kubernetes without having to know Kubernetes and for platform engineers to enforce controls and policies.
Reverse Proxy & Routing
- https://docs.traefik.io/ – Edge Router that makes publishing your services a fun and easy experience. It receives requests on behalf of your system and finds out which components are responsible for handling them
- haproxy – The Reliable, High Performance TCP/HTTP Load Balancer
Container Security
- https://github.com/AonCyberLabs/Docker-Secure-Deployment-Guidelines
- https://anchore.com/ – Security and Compliance for Container Native Applications
- Clair – static analysis of vulnerabilities in application containers (currently including appc and docker)
- falco – Open Source Container Native Runtime Security.https://ssl-config.mozilla.org/
- anchore.com – open source container compliance platform to ensure security and stability of container deployments
- docker-bench-security
The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production.
-
Container Monitoring
- cadvisor – Analyzes resource usage and performance characteristics of running containers.
- logspout – Log routing for Docker container logs
- https://github.com/jesseduffield/lazydocker/blob/master/README.md – Terminal UI for docker and d-compos
Container Tools
- watchtower – Automatical check & update Docker Images
- labs.play-with-k8s – A simple, interactive and fun playground to learn Kubernetes
- dockly – mmersive terminal interface for managing docker containers and services
Container Fun
- kube lnvaders – Nice simulation kubernetes failover with Space Invaders game