Skip to content
Discussion options

You must be logged in to vote

So far so good. Here are some docs from Cloudflare on an implementation: https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/deployment-guides/kubernetes/

I generated the token from Cloudflare Zero dashboard, added it as a secret, then put it in to the container as an environment variable TUNNEL_TOKEN which allows Cloudflared to pick it up:

apiVersion: apps/v1
kind: Deployment
metadata:
  name: cloudflared-ingress
  namespace: my-namespace
  labels:
    app: cloudflared-ingress
spec:
  selector:
    matchLabels:
      app: cloudflared-ingress
  replicas: 3
  template:
    metadata:
      labels:
        app: cloudflared-ingress
    spec:
      containers:
      -…

Replies: 4 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@mysticaltech
Comment options

@mysticaltech
Comment options

@mysticaltech
Comment options

@maggie44
Comment options

@mysticaltech
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@mysticaltech
Comment options

Answer selected by mysticaltech
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants