Skip to content
#

lab

Here are 838 public repositories matching this topic...

jetztgradnet
jetztgradnet commented Oct 16, 2017

Which lab is it that you're having issues with?
Lab: Docker for Java Developers

Description

When deploying Java applications in production one usually specifies the amount of memory available to the JVM (-Xmx) and other assorted configuration settings. Unfortunately, this is (usually) static configuration and therefore fixed in the container image. When specifying memory constraints

cladius
cladius commented Aug 23, 2018

The second cat command is missing the apiVersion line.
Should be:

cat <<EOF | kubectl apply -f -
apiVersion: networking.istio.io/v1alpha3

Also, in the current version of Istio, we need to run:

kubectl apply -f samples/bookinfo/networking/virtual-service-all-v1.yaml -n default
kubectl apply -f samples/bookinfo/networking/destination-rule-all-mtls.yaml -n default

instead

Improve this page

Add a description, image, and links to the lab topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lab topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.