consul-k8s
consul-k8s copied to clipboard
First-class support for Consul Service Mesh on Kubernetes
Changes proposed in this PR: Added extraLabels to connectInject and serverACLInit in values.yaml so if declared in the values file then these additional labels will be added to the pods...
Changes proposed in this PR: - increase limits for CNI plugin so that it runs on GKE - add annotations for transparent proxy status (enabled, waiting) - Initial setup (CNI_ARGS)...
Changes proposed in this PR: - Fix an issue where pods running API Gateway were being mis-labeled as "Sidecar" pods How I've tested this PR: - Edited the unit test...
Changes proposed in this PR: - - How I've tested this PR: How I expect reviewers to test this PR: Checklist: - [ ] Tests added - [ ] CHANGELOG...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing...
Changes proposed in this PR: - Adds acceptance tests for the egress Destinations #1352 - Some refactoring to support extended usage of common functions in the t-gateway acceptance tests -...
Changes proposed in this PR: - Create a crd for registering external services to consul. Its aim is to replace the first two manual components [here](https://www.consul.io/docs/k8s/connect/terminating-gateways#register-external-services-with-consul). Read full details in...
#### Feature Description Consul service-defaults config entry supports setting the max number of [inbound connection](https://github.com/hashicorp/consul/blob/main/.changelog/13143.txt), which limits the number of downstream connection to the proxy service. However, this field is...
Changes proposed in this PR: - Trigger release pipeline via CRT process How I've tested this PR: - The new workflow has been tested generate the same parameters when invoking...
#### Overview of the Issue When I run golang in kubernetes and use the golang SDK to register a service, it forces the usage of "ns" in the query (which...