-
Notifications
You must be signed in to change notification settings - Fork 26
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
Add a step-by-step documentation to expose a workload locally using k3d #1133
Comments
This works fine. Thank you |
We have a similar flow already: Quick Install --> Create a Workload --> Expose a Workload that uses HTTPBin instead of nginx and should work on both k3d and Gardener. I’ll be working on the tutorials as part of this issue so they’re more straightforward also for developers who’d like to install API Gateway locally The Quick Install guide should be the entry point for all Kyma tutorials that you can see on the kyma-project website, so I'd like to update the @abbi-gaurav @triffer I have a few questions regarding the steps:
|
@abbi-gaurav, could you have a look at the above comment, please? |
I think steps core DNS update are required. |
@nataliasitko @mmitoraj in quick install we have slightly different command:
while in the issue:
this needs to be adjusted in quick install |
I've updated the command, added the step to update CoreDNS, and added a note about the ports. It's approved by Goats. |
Megred the PR updating Quick Install: https://github.com/kyma-project/kyma/pull/18749/files |
Description
Technically advanced users like to try out kyma locally. Using k3d is the easiest way to do it.
However, there is no clear step-by-step documentation. It is scattered, and some steps may be wrong.
e.g. this local domain is no longer used
I tried myself and was able to put together a set of steps. Thanks to @triffer for resolving one misconfiguration issue:
Steps
k3d cluster create kyma --kubeconfig-switch-context -p 30080:80@loadbalancer -p 30443:443@loadbalancer --k3s-arg "--disable=traefik@server:0" kubectl create ns kyma-system
local.kyma.dev
domain/etc/hosts
to point tonginx.local.kyma.dev
The text was updated successfully, but these errors were encountered: