Traefik
AWS Elastic Load Balancing
nginx
Google Cloud Load Balancing
Nginx Proxy Manager
Docker Hub
Apache Thrift
Eureka
Coder
GitHub Codespaces
Codeanywhere
AWS Cloud9
Kodiak PHP
CodeLobster PHP Edition
Streamline icons
replit
Traefik
CoderCoder might be a bit more popular than Traefik. We know about 62 links to it since March 2021 and only 43 links to Traefik. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Everything HTTP goes through Traefik. It's the reverse proxy in front of every Docker-hosted service, and the main reason I chose it over Nginx or Caddy is Docker-native autodiscovery. When I bring up a new container with the right labels, it appears behind a subdomain with automatic TLS, no config file reload required. That removes enough friction that I'm less tempted to leave things running unproxied on bare... - Source: dev.to / 28 days ago
Traefik (v3.6) is a cloud-native edge router that watches Docker, Kubernetes, and other providers for service changes. When you deploy a new container with the right labels, Traefik automatically creates a route and provisions an SSL certificate. Configuration is split between a static config file (entry points, providers) and dynamic config (Docker labels on each service). - Source: dev.to / 4 months ago
Traefik (v3.6) is a cloud-native edge router written in Go. It watches Docker, Kubernetes, and other providers for service changes and automatically creates routes based on labels. Configuration is split between a static config file and dynamic config via labels or files. Traefik has been around since 2016 and is widely used in production orchestration environments. - Source: dev.to / 4 months ago
Traefik is a modern, cloud-native reverse proxy and load balancer that also serves as a Kubernetes Ingress Controller. It acts as an in-cluster application that integrates with the Kubernetes API to automatically detect Ingress resources and dynamically configure itself to route incoming HTTP/HTTPS traffic to the appropriate backend services within the cluster. - Source: dev.to / 8 months ago
Then we started looking into Kong alternatives, and found multiple options: Envoy, Traefik, etc... But migrating from Kong plugin into those would be a bit painful and wasn't guaranteed to be smooth as we use a single domain and it can point to only one of those Ingress controllers. - Source: dev.to / 9 months ago
Oh this is awesome, will take a look. Iโve had rough experiences with Kubeflow in the past, recently Iโve been using Coder workspaces https://coder.com/ and itโs pretty good but less ML/AI integrated (but, stitched together with Ray autoscaling nodes it can get really nice). - Source: Hacker News / 6 days ago
I'm using https://coder.com for all my development containers. I've got mine hooked up to a k8s cluster, but anything that you can provision with Terraform can be used (e.g. Docker containers). - Source: Hacker News / about 2 months ago
Coder | https://coder.com/ | Multiple roles | Multiple locations | Full-time Coder is an AI software development company leading the future of autonomous coding. We empower teams to build software faster, more securely, and at scale through the collaboration of AI coding agents and human developers. Our mission is to make agentic AI a safe, trusted, and integral part of every software development lifecycle.... - Source: Hacker News / about 2 months ago
Ollama is fantastic for ollama pull model && ollama run model. It's genuinely the best way to get started with local models. But when you're running them as infrastructure โ serving through an OpenAI-compatible API to Coder Agents, IDE extensions, and automation โ the abstraction layer starts to chafe. - Source: dev.to / 2 months ago
Run agents, lots of them, using this open source project - link [tool] - ( Added: 2026-04-11 07:42:11 ). - Source: dev.to / 3 months ago
AWS Elastic Load Balancing - Amazon ELB automatically distributes incoming application traffic across multiple Amazon EC2 instances in the cloud.
GitHub Codespaces - GItHub Codespaces is a hosted remote coding environment by GitHub based on Visual Studio Codespaces integrated directly for GitHub.
nginx - A high performance free open source web server powering busiest sites on the Internet.
Codeanywhere - Codeanywhere is a complete toolset for web development. Enabling you to edit, collaborate and run your projects from any device.
Google Cloud Load Balancing - Google Cloud Load Balancer enables users to scale their applications on Google Compute Engine.
AWS Cloud9 - AWS Cloud9 is a cloud-based integrated development environment (IDE) that lets you write, run, and debug your code with just a browser.