Tokkio ingress gatekeeps all requests flowing into the backend server. It provides features like routing, authentication, authorization, session management, and etc.,
The structure of the ingress can be divided into three components:
Envoy Proxy: Envoy proxy handles user identity authentication (currently integrated with Nvidia StarFleet Staging & Prod environment) and manages Cross-Origin Resource Sharing header.
Nginx Ingress: Nginx reverse proxy mainly handles the session management. It distributes and validates client token against server. The session behavior can be configured to fixed-duration mode or auto-refresh mode depending on the use cases.
Lifecycle Manager: This module provides HTTP endpoint to probe the health of the underlying application
You can find more information here.
By downloading and using this software, you accept the terms and conditions of this license.