feat(consul): deploy HashiCorp Consul 1.22.7 via Helm chart (5-replica cluster) #149
Reference in New Issue
Block a user
Delete Branch "benvin/consul"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Requires
Test plan
@@ -0,0 +9,4 @@app.kubernetes.io/instance: consulspec:hostnames:- consul.k8s.syd1.au.unkin.netit should also respond to consul.service.consul
@@ -0,0 +20,4 @@"raft_multiplier": 10},"ports": {"dns": 8600,ensure the dns service is reachable outside the cluster. on the current prod consul service i exposed the dns via dnsmasq with an anycast address. the 198.18.200.* range are anycast through purelb so we can replicate this. if we can use a udproute (is there a crd for this?) or add an ip to the service.
@@ -0,0 +5,4 @@resources:- ../../../base/consulpatches:I prefer patches to be file with yaml.
@@ -0,0 +7,4 @@patches:- target:kind: PodDisruptionBudgetpatches should be yaml files.
ensure the maxunavailable is 1
we dont need the sandbox overlays.