Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snapp-incubator/contour-console-plugin
Openshift / OKD Console Dynamic Plugin for Contour
https://github.com/snapp-incubator/contour-console-plugin
console contour network okd openshift snappcloud ui
Last synced: 2 months ago
JSON representation
Openshift / OKD Console Dynamic Plugin for Contour
- Host: GitHub
- URL: https://github.com/snapp-incubator/contour-console-plugin
- Owner: snapp-incubator
- License: apache-2.0
- Created: 2023-10-11T17:39:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-14T09:12:54.000Z (4 months ago)
- Last Synced: 2024-09-14T20:00:24.990Z (4 months ago)
- Topics: console, contour, network, okd, openshift, snappcloud, ui
- Language: TypeScript
- Homepage:
- Size: 396 KB
- Stars: 2
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenShift Contour Plugin
Route Generation Form for OpenShift's Contour Plugin
Contour is an ingress controller for Kubernetes that works by deploying the Envoy proxy as a reverse proxy and load balancer. Contour supports dynamic configuration updates out of the box while maintaining a lightweight profile.## Development
In one terminal window, run:
1. `yarn install`
2. `yarn run start`In another terminal window, run:
1. `oc login` (requires [oc](https://console.redhat.com/openshift/downloads) and an [OpenShift cluster](https://console.redhat.com/openshift/create))
2. `yarn run start-console` (requires [Docker](https://www.docker.com) or [podman 3.2.0+](https://podman.io))