geodesic
🚀 Geodesic is a DevOps Linux Toolbox in Docker (by cloudposse)
netshoot
a Docker + Kubernetes network trouble-shooting swiss-army container (by nicolaka)
geodesic | netshoot | |
---|---|---|
4 | 26 | |
1,015 | 9,262 | |
1.5% | 2.7% | |
6.9 | 1.7 | |
7 days ago | 15 days ago | |
Shell | Shell | |
Apache License 2.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
geodesic
Posts with mentions or reviews of geodesic.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-09.
- Geodesic is a Linux toolbox container crafted to optimize DevOps workflows
-
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
netshoot
Posts with mentions or reviews of netshoot.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-03-30.
-
12 เครื่à¸à¸‡à¸¡à¸·à¸ Debug Kubernetes เจ๋งๆ ที่ควรต้à¸à¸‡à¸¡à¸µà¸•ิดมืà¸à¹„ว้
Github
-
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)
What are some alternatives?
When comparing geodesic and netshoot you can also consider the following projects:
basedevcontainer - Base development Docker image used by other development Docker images
containers-roadmap - This is the public roadmap for AWS container services (ECS, ECR, Fargate, and EKS).
docker-android - Android in docker solution with noVNC supported and video recording
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-backuppc - Docker container with BackupPC version 4.x/3.x based on Alpine distribution.
ksniff - Kubectl plugin to ease sniffing on kubernetes pods using tcpdump and wireshark