Questions tagged [kyma]

This tag is for development questions related to kyma-project. For bug reports, create a github issue in the kyma-project.

Resources:

14 questions
3
votes
3 answers

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 * * *" jobTemplate: spec: template: …
f.bele
  • 207
  • 2
  • 13
3
votes
2 answers

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 - what are the key point which have been fulfilled,…
1
vote
1 answer

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 tried to add headers manually on the api rule as…
1
vote
2 answers

Hybris 2105 - kyma integration

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.
srihitha
  • 371
  • 2
  • 14
1
vote
1 answer

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 and see that workers are registered as well…
Surya
  • 113
  • 8
1
vote
0 answers

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 to expose the app Pod to the outside. Below is my…
saurav
  • 5,388
  • 10
  • 56
  • 101
1
vote
1 answer

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…
1
vote
1 answer

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
Lukasz Gornicki
  • 609
  • 4
  • 12
0
votes
0 answers

how to install Kyma in local k3s cluster not inside k3d?

Following the local install guide for Kyma , I have setup a kyma cluster inside k3d, so the entire kubernetes cluster is basically running within a docker container. This is where I'm at right now Host Machine -> k3d (docker container) -> k3s ->…
0
votes
0 answers

How to add kubelogin in jenkins?

I am getting the following errors while trying to deploy a project on kyma using jenkins pipeline- exec: executable kubectl-oidc_login not found It looks like you are trying to use a client-go credential plugin that is not installed. To learn more…
avm
  • 387
  • 3
  • 16
0
votes
2 answers

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 activated Docker Desktop installed…
0
votes
1 answer

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 while connecting T: Forwarding remote port 8080…
saurav
  • 5,388
  • 10
  • 56
  • 101
0
votes
1 answer

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.
Piotr Bochynski
  • 382
  • 2
  • 9
0
votes
1 answer

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 start.go:305] Error restarting cluster: restarting…
Disper
  • 725
  • 12
  • 28