Kyma Dashboard
Darshan-Movilitas opened this issue · 2 comments
I have tried to install Kyma on my local PC (Windows) and on Ubuntu Linux. The installation was successful on my local PC (Windows), but not on Ubuntu. There is no clear information on which operating systems are supported for installing the open-source Kyma. On my local PC, I was able to create a Node.js function and an API Rule using Kyma-Gateway. However, I was unable to use the API Rule as it was not working. I also tried updating the hosts file with the IP of the Load Balancer Cluster(iso) that the URL in the API Rule refers to, but eventually, it timed out. Could you please help me identify what I might be missing?
Expected result
Kyma should install successfully on both Windows and Ubuntu systems. After creating a Node.js function and an API Rule, I should be able to access the API without any timeout issues.
Actual result
- Kyma installation was successful on Windows but not on Ubuntu.
- The API Rule created on Windows is not working, leading to timeout errors.
- Updating the hosts file with the Load Balancer Cluster IP did not resolve the issue.
Steps to reproduce
- Install Kyma on a local PC (Windows).
- Verify the installation on both systems.
- On Windows, create a Node.js function in Kyma.
- Create an API rule using Kyma-Gateway for the Node.js function.
- Try to access the API using the created API Rule.
- I updated the hosts file with the Load Balancer Cluster IP.
- Having timeout issues when accessing the API.
This work fine. Thank you.