Explore >> Select a destination


You are here

github.com
| | www.getstark.co
4.6 parsecs away

Travel
| | The suite of integrated accessibility tools for your product design and development team Making the worlds products accessible.
| | harness.io
4.8 parsecs away

Travel
| | Harness earns top scores and Leader placement in the 2025 GigaOm Radar for GitOps, recognized for innovation, enterprise-grade security, and AI-powered deployment verification. Download the full report to learn more.
| | neo4j.com
5.0 parsecs away

Travel
| | Streamline your Neo4j deployment with step-by-step guides, best practices, and tools for cloud, on-premises, and hybrid environments.
| | blog.nobugware.com
21.7 parsecs away

Travel
| Following my earlier post about Traefik 2 and Kubernetes, here are some advanced configuration examples and a full yaml example at the end of this post: Protecting a route with a password Create an htpasswd file named users for a user admin htpasswd -c users admin Use kubectl to create the secret (easier for multi lines file). kubectl create secret generic admin-authsecret --from-file=users Create a middleware for authentication: apiVersion: traefik.containo.us/v1alpha1 kind: Middleware metadata: name: a...