15 questions
0
votes
0
answers
55
views
Unable to Access Node.js Application on Internet deployed under SAP BTP Kyma Environment
I have deployed a Node.js application in the SAP BTP Kyma environment. I have enabled Istio sidecar injection in my namespace and created an API Rule to expose my service to the internet. However, I ...
0
votes
0
answers
145
views
SAP Workzone and XSUAA: Scopes Empty
roles created via Kyma
xsuaa.yaml
kind: ServiceInstance
metadata:
name: services-xsuaa
namespace: <namespace>
spec:
serviceOfferingName: xsuaa
servicePlanName: application
parameters:
...
0
votes
0
answers
43
views
hi every one there is a question reading kyma integration with btp sap Hybris
While enabling the kyma(enable Kyma) in the btp trial its asking for the some details like clientID and issuer URL and this are the mandatory fields.
can any one worked on this kyma enable form then ...
1
vote
1
answer
147
views
how to add cors headers on btp kyma?
I am trying to allow cors requests for my microservice deployed on btp kyma. The microservice locally does add all the required cors headers but when deployed on to Kyma they are being overridden. I ...
1
vote
2
answers
138
views
Hybris 2105 - kyma integration [closed]
Hybris 2105 out of the box consists of kymaintegrationbackoffice and kymaintegrationservices. Does anyone have idea how to use these extensions to work with local kyma instance.
0
votes
2
answers
184
views
Need help installing a local kyma instance
i need some help for installing kyma locally.
I was following the official guide:
https://kyma-project.io/docs/kyma/latest/04-operation-guides/operations/02-install-kyma/
I have:
Windows 10
Hyper-V ...
1
vote
1
answer
68
views
Unable to process sample word count as Spark job
I have the spark-master and spark-worker running on SAP Kyma environment (different flavor Kubernetes) along with the Jupyter Lab with ample of CPU and RAM allocation.
I can access the Spark Master UI ...
3
votes
3
answers
4k
views
how to have only one Pod created for/by Cronjob
I am running this Cronjob at 2 AM in the morning:
apiVersion: batch/v1beta1
kind: CronJob
metadata:
name: postgres-backup
spec:
# Backup the database every day at 2AM
schedule: "0 2 * * *&...
0
votes
1
answer
381
views
Debugging java app in a K8S pod using telepresence
I am trying to debug a java application deployed in K8S cluster in Kyma.
I am trying to use telepresence for this
I have installed telepresence and have swapped the deployment.
Below are the logs ...
1
vote
0
answers
15k
views
K8S upstream connect error or disconnect/reset before headers. Reset reason: Connection failure
I have a java war file for which I have created an image. When I locally run the image it works fine over HTTP.
Now I am trying to run the containers using Kubernetes. I created a Kubernetes Service ...
5
votes
3
answers
5k
views
Difference Microservices vs. Lambda vs. Serverless-Functions
I was just trying to find a generic definition what are the differences between
Microservices
Lambda Functions
and Serverless-Functions
My goal would be to implement a „real“ Microservice on Kyma - ...
1
vote
1
answer
158
views
Kyma restart issue in local
I have installed Kyma version 1.13.0 on Windows, it's working fine if I don't restart my machine or minikube. But when I restart minikube by following steps provided in the below link. Kyma is not ...
0
votes
1
answer
303
views
Multi-tenancy in Kyma
Could you please help me to understand how we can achieve multi tenancy using Kyma?
If we want to migrate our existing cloud applications we need to support multi tenancy as they all supports it.
1
vote
1
answer
211
views
What is the CLI equivalent of "exposing an API" in the Kyma console
kubectl expose doesn't work here
how to do it with CLI
In Console UI functionality is located in https://console.kyma.local/home/environments/stage/apis
0
votes
1
answer
517
views
Starting Kyma after successful installation
How do you start kyma after successful installation?
I've just used the command minikube start
However it gives me below error and kubernetes dashboard can't running
E0912 09:36:59.179484 5806 ...