netshoot
geodesic
netshoot | geodesic | |
---|---|---|
25 | 3 | |
8,918 | 991 | |
1.1% | 3.1% | |
2.5 | 6.8 | |
2 months ago | 7 days ago | |
Shell | Shell | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
netshoot
-
The Kubernetes Troubleshooting Handbook
For more complex issues, consider using a debug container with pre-installed tools. There are a lot of good docker images with tooling and scripts for debugging, one that stands out to me is https://github.com/nicolaka/netshoot. It can quickly be created using:
- Docker Container Can't Ping
- Vaultwarden docker container with internal network
- Internet not working inside any Kubernetes pod
-
Docker Networking: A Step-by-Step Guide for Developers
Now, let's use netshoot, a Docker image equipped with a set of networking troubleshooting tools that can be used for Docker networking.
- Has the image netshoot the Alpine/musl DNS issues?
-
What's your favourite Docker Image, and why?
nicolaka/netshoot for sure. having a preloaded array of networking troubleshooting tools in an image for kubernetes debugging is a godsend.
- k8s docker image with basic troubleshooting tools
-
Networking lab for learning using containers?
First off, it seems like getting tcpdump or Wireshark to capture from the container network and dumping to a file will take some extra steps. (A lot of blog posts seem to recommend this Github project - https://github.com/nicolaka/netshoot)
- qBittorrent "Error" after putting the container through a Gluetun container
geodesic
-
Deploying CLIs to developer machines
Have a look at https://github.com/cloudposse/geodesic
-
Docker as personal linux computer
That's basically what geodesic does. I use it almost daily with my team and it allows us to maintain the same tooling cross platform.
- Terraform - Kubectl - AWS Docker image
What are some alternatives?
ksniff - Kubectl plugin to ease sniffing on kubernetes pods using tcpdump and wireshark
docker-backuppc - Docker container with BackupPC version 4.x/3.x based on Alpine distribution.
containers-roadmap - This is the public roadmap for AWS container services (ECS, ECR, Fargate, and EKS).
kubernetes-reflector - Custom Kubernetes controller that can be used to replicate secrets, configmaps and certificates.
container_builder - This project builds containers images using Ansible. The containers are defined as hosts in the Ansible inventory. They are generated using host and group variables, templates and local connection.
docker-android - Android in docker solution with noVNC supported and video recording
swarmprom - Docker Swarm instrumentation with Prometheus, Grafana, cAdvisor, Node Exporter and Alert Manager
dockerfiles - Docker files for Invoice Ninja
example-voting-app - Example distributed app composed of multiple containers for Docker, Compose, Swarm, and Kubernetes
aws-grafana-billing-dashboard - A Grafana dashboard for AWS billing metrics which is deployable via Terraform or cdktf
docker-zulip - Container configurations, images, and examples for Zulip.
kubernetes-extension-fortosi - 'Fortosi' Kubernetes extension is meant to address a fundamental requirement of any project team running their applications on Kubernetes - which is to quickly provision CI/CD pipelines (on demand) for their various private/public GitHub projects/organisation using simple kubectl commands. Basically, implementing the concept of No Ops. It is agnostic of cloud platform, be it AWS (EKS) or Azure (AKS), and agnostic of application technology framework.