Skip to content

Instantly share code, notes, and snippets.

@derberg
Created December 5, 2019 15:53
Show Gist options
  • Save derberg/e09a3fd6bd714f817581887950766bed to your computer and use it in GitHub Desktop.
Save derberg/e09a3fd6bd714f817581887950766bed to your computer and use it in GitHub Desktop.
build-a-cloud-native-extension-for-wordpress - Access Kyma - console
echo 'Kyma Console Url:'
echo `kubectl get virtualservice core-console -n kyma-system -o jsonpath='{ .spec.hosts[0] }'`
echo 'User admin@kyma.cx, password:'
echo `kubectl get secret admin-user -n kyma-system -o jsonpath="{.data.password}" | base64 --decode`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment