- Controlling externet traffic with Istio https://banzaicloud.com/blog/istio-external-demo/
- Controlling externet traffic with Envoy/DNS hijack: https://monzo.com/blog/controlling-outbound-traffic-from-kubernetes
- Internal network policies: https://monzo.com/blog/we-built-network-isolation-for-1-500-services
- Nice articles: https://medium.com/@vbehar
- https://hackernoon.com/automatic-tlsssl-for-jenkins-x-previews-4dhdi3d7n
- How to annotate secrets in jx pipeline
# https://kubernetes.slack.com/archives/C9MBGQJRH/p1595330099355400?thread_ts=1595328672.340800&cid=C9MBGQJRH
# James Rawlings 6 days ago
# there’s a command we can use to annotate the resources
jx step replicate secret tls-lab* -r jx-staging -r jx-production
# you can use, this is a manual step you can add to the boot pipeline in your dev environment git repo to make sure the annotations are always applied