Knative install on hetzner-k3s #215
stormwalkerec
started this conversation in
Show and tell
Replies: 1 comment
-
Thanks! I am sure someone will find it useful. I will play again with knative when I have time. I tried it a while ago but it was still not mature enough and I built an abstraction on top of k8s for our backend at Brella. There were some limitations etc so we couldn't use it. But curious to see how the project has evolved since then. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Create cluster as per normal.
Follow the Knative Serving with YAML Guide
Select Kourier & install
When complete, exec this patches (edit to your needs):
I want cert manager to auto manage everything, and use letsencrypt with DNS challenge.
#Install cert manager
As I'm using cloudflare, will continue using that as example. mod as needed
Make a cloudflare access token
create cloudflare/cloudflare-secret.yaml file:
run the command
create letsencrypt-issuer.yaml file:
run:
edit and add (there is an entry in _example, need to add under _example
edit and add
You can now install one of the many test scripts.
I use this hello world go img (support x86-64 & arm:
Enjoy !!
Beta Was this translation helpful? Give feedback.
All reactions