Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy a Node.js Application in the Kyma Runtime #23644

Open
bstempien opened this issue Jul 25, 2024 · 1 comment
Open

Deploy a Node.js Application in the Kyma Runtime #23644

bstempien opened this issue Jul 25, 2024 · 1 comment
Assignees

Comments

@bstempien
Copy link

Tutorials: https://developers.sap.com/tutorials/deploy-nodejs-application-kyma.html

The "k8s-deployment-backend.yaml" Network Policy contains an error that will prevent access to the application and thus the Tutorial will Fail.
The ingress policy namespaceSelector should be changed to:

ingress:
    - from:
        - podSelector:
            matchLabels:
              app: istio-ingressgateway
          namespaceSelector:
            matchLabels:
              kubernetes.io/metadata.name: istio-system

By default the istio-system Namespace does not have a label called name. But as of Kubernetes v1.21 there is a immutable label "kubernetes.io/metadata.name" added to every namespace. Thus the update to the Network Policy will allow the Tutorial to work out of the box.

@jmmargo
Copy link
Contributor

jmmargo commented Jul 29, 2024

Tia, can you please address the user's concerns here? Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants