-
Notifications
You must be signed in to change notification settings - Fork 10
Enable ingress in Getting Started tutorial #156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable ingress in Getting Started tutorial #156
Conversation
Signed-off-by: ruokun-niu <[email protected]>
Signed-off-by: ruokun-niu <[email protected]>
Signed-off-by: ruokun-niu <[email protected]>
Signed-off-by: ruokun-niu <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request enhances the Getting Started tutorial documentation by adding environment-specific instructions and improving the guidance for accessing the Debug Reaction UI through ingress configuration. The changes provide clearer organization through tabbed sections and better support for different development environments.
- Renamed tab headers for consistency (e.g., "GitHub Codespace" to "Github Codespaces")
- Added comprehensive ingress setup instructions for local environments (AKS/EKS, Kind, k3d)
- Enhanced Debug Reaction UI access instructions with environment-specific guidance including Codespaces port configuration
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| {{% tab header="Github Codespaces" text=true %}} | ||
| The Github Codespace is pre-configured with [psql](https://www.postgresql.org/docs/current/app-psql.html), the PostgreSQL CLI, which will connect to the pre-installed PostgreSQL database. If you run the following command from a Dev Container terminal, it will create an interactive terminal session with the database in which you can enter SQL commands and see the results: |
Copilot
AI
Oct 17, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected capitalization of 'GitHub' to maintain consistency with official branding.
| {{% tab header="Github Codespaces" text=true %}} | |
| The Github Codespace is pre-configured with [psql](https://www.postgresql.org/docs/current/app-psql.html), the PostgreSQL CLI, which will connect to the pre-installed PostgreSQL database. If you run the following command from a Dev Container terminal, it will create an interactive terminal session with the database in which you can enter SQL commands and see the results: | |
| {{% tab header="GitHub Codespaces" text=true %}} | |
| The GitHub Codespace is pre-configured with [psql](https://www.postgresql.org/docs/current/app-psql.html), the PostgreSQL CLI, which will connect to the pre-installed PostgreSQL database. If you run the following command from a Dev Container terminal, it will create an interactive terminal session with the database in which you can enter SQL commands and see the results: |
Signed-off-by: ruokun-niu <[email protected]>
Signed-off-by: ruokun-niu <[email protected]>
Signed-off-by: ruokun-niu <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Signed-off-by: ruokun-niu <[email protected]>
…iu/docs into getting-started-ingress * 'getting-started-ingress' of https://github.com/ruokun-niu/docs: Apply suggestion from @Copilot Apply suggestion from @Copilot Apply suggestion from @Copilot Update docs/content/getting-started/_index.md
This pull request updates the Getting Started tutorial documentation to improve clarity, organization, and user guidance for different setup environments. The changes enhance the instructions for accessing the Debug Reaction UI using k8s ingress.
Environment-specific instructions and improved organization:
Github Codespaces,VSCode DevContainer, andLocal Setup, including renamed tab headers for consistency.Debug Reaction UI access and ingress setup:
drasi list reactioncommand to display the ingress URL, clarifying how to access the deployed Reaction.Testing and database connection guidance: