tyk-operator
tyk-operator copied to clipboard
Tyk Operator for Kubernetes
As an product owner, API Ops, Developer, I want to set up uptime tests to have Tyk report on the status of my backend services running in the cluster. It...
⚠️ ⚠️ ⚠️ environmet.Env.Parse is [documented](https://github.com/TykTechnologies/tyk-operator/blob/master/pkg/environmet/env.go#L54) as returning errors on failure to validate. In reality, it doesn't return an error and callers have to further validate by themselves see [1](https://github.com/TykTechnologies/tyk-operator/blob/0e375ab624ede891f558f91d18e5aa6a527eddb0/integration/main_test.go#L31),...
WIP - Working on supporting the Gateway API Dependent on https://github.com/TykTechnologies/tyk-operator/pull/296
specification detail https://gateway-api.sigs.k8s.io/references/spec/
Let's assume that a resource such as an API Definition or Security Policy is accidentally deleted directly (accidentally or intentionally) via Tyk Dashboard. This means that there is some drift...
When using Tyk Operator - Kubernetes becomes the source of truth, and Tyk Dashboard's role changes to be for observability. Enrich the concepts page https://github.com/TykTechnologies/tyk-operator/blob/master/docs/concepts.md to provide better guidance on...
See https://github.com/TykTechnologies/tyk/pull/3450 for details
The Makefile and [local dev instructions](https://github.com/TykTechnologies/tyk-operator/blob/master/docs/development.md) and other bits look like they are dealing with local sandbox cluster(s) via tools like `kubectl` and `kind` and `helm`. I hit a snag...