kubernetes-for-java-developers
kubernetes-for-java-developers copied to clipboard
A Day in Java Developer’s Life, with a taste of Kubernetes
How do we take thread-dump, heap-dump and Container capture in certain condition before pod die for debugging purpose for certain bugs or scenario in kubernetes ? Might be we can...
Could you please provide an example on using skaffold on Openshift cluster accesssing Openshift image registry? When I tried skaffold dev mode and made any code changes with same example...
- values.yaml has declared the pullPolicy property - this value should be referred from the deployment as pullPolicy rather than imagePullPolicy In [values.yaml](https://github.com/aws-samples/kubernetes-for-java-developers/blob/master/manifests/myapp/values.yaml): **pullPolicy** ``` ... image: tag: latest pullPolicy:...
@danielbryantuk is going to add how to use Telepresence usecase here
Show how to create a deployment pipeline using JenkinsX
`virtualservice` is set to split traffic 90% and 10% between two services, but invoking the `greeting` service returns response from only one of them. @ geremyCohen will help with this.
App Mesh is now GA, add how it can be used as Service Mesh
Great write up around the developer flow. IMHO, it would make sense to also include https://draft.sh/ and Linkerd2 into this flow.
https://www.getambassador.io/user-guide/getting-started/
Create a deployment pipeline for Helm chart on EKS // @dalbhanjan