https://github.com/hsm207/k8s-cross-ns
How to connect rasa x to a db in another namespace
https://github.com/hsm207/k8s-cross-ns
k8s rasa
Last synced: 2 months ago
JSON representation
How to connect rasa x to a db in another namespace
- Host: GitHub
- URL: https://github.com/hsm207/k8s-cross-ns
- Owner: hsm207
- Created: 2021-09-18T16:35:40.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-18T23:17:40.000Z (about 4 years ago)
- Last Synced: 2025-01-14T11:16:55.188Z (9 months ago)
- Topics: k8s, rasa
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
This repo contains code to accompany [The Basics Of Enabling Pods To Communicate Across Namespaces In Kubernetes](https://pub.towardsai.net/the-basics-of-enabling-pods-to-communicate-across-namespaces-in-kubernetes-b6e5dbec2d3a) blog post on Medium
# Prerequisites
The scripts in this repo was built and tested on Ubuntu 21.04.
# Usage
Run the following commands in a terminal:
```bash
source 00_install_microk8s.sh
source 01_env_vars.sh
source 02_create_namespace.sh
source 03_create_secret.sh
source 04_deploy_postgres.sh
source 05_get_postgres_fqn.sh
source 06_deploy_rasax.sh
source 07_create_users.sh
source 08_check_network.sh
```