Replies: 1 comment 1 reply
-
It's hard to provide a video tutorial since every environment is different. I would suggest to start with creating your own docker image (with your application) and deploying that on the cluster. Feel free to ask questions if you can't figure something out. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello 👋
I would like to know if there's a video, community tutorials or practical examples for beginners (like me), so we could follow along step-by-step to setup a cluster using this repository and eventually have a working web application deployed.
The problem that I am facing is that I'm fairly new to Kubernetes and while I am able to follow the basic instructions to use Terraform and setup the cluster (and check it's "working" in Lens), that's where it stops and I'm stuck on how to properly configure the cluster further. Like how to further configure Traefik after initial setup, properly configure cert-manager to have working certificates (with CloudFlare), deploy an example application (e.g.
nginx
), etc.Are there any more in-depth tutorials or example repositories on how to proceed after setup? Any bit of help is appreciated 🙂
Beta Was this translation helpful? Give feedback.
All reactions