DocsEdge Stack"How-to" guides
2 min • read
"How-to" guides
These guides are designed to help users quickly accomplish common tasks. The guides assume a certain level of understanding of Ambassador Edge Stack. Many of these guides are contributed by third parties; we welcome contributions via Pull Request at https://github.com/emissary-ingress/emissary.
- Integrating with Service Mesh. Ambassador Edge Stack natively integrates with many service meshes.
- Distributed tracing. Ambassador Edge Stack natively supports a number of distributed tracing systems to enable developers to visualize request flow in microservice and service-oriented architectures.
- Identity providers. Ambassador Edge Stack integrates with a number of OAuth Identity Providers via OpenID Connect.
- Monitoring. Ambassador Edge Stack integrates with a number of different monitoring/metrics providers.
- Developing Custom Filters
- Frameworks and Protocols. Ambassador Edge Stack supports a wide range of protocols and cloud-native frameworks.
- Security. Ambassador Edge Stack supports a number of strategies for securing Kubernetes services.
- Controlling the Ambassador Edge Stack 404 Page
- Protecting the Diagnostics Interface
- HTTPS and TLS termination
- Certificate Manager can be used to automatically obtain and renew TLS certificates; Ambassador Edge Stack natively integrates this functionality.
- Client Certificate Validation
- Basic Authentication is a tutorial on how to use the external authentication API to code your own authentication service.
- Rate Limiting in Ambassador Edge Stack
- Single Sign-On with OAuth and OpenID Connect