You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ ___
29
29
*[Notes](#notes)
30
30
*[Performance issues](#performance-issues)
31
31
*[Use with Pi-hole](#use-with-pi-hole)
32
+
*[Use inside Kubernetes](#use-inside-kubernetes)
32
33
*[Contributing](#contributing)
33
34
*[License](#license)
34
35
@@ -122,6 +123,10 @@ In such cases, using `--net=host` should have limited impact on security.
122
123
123
124
With Docker and this image, it's quite easy to use it with [Pi-hole](https://pi-hole.net/). Take a look at this simple [docker compose template](examples/pihole/docker-compose.yml) and you're ready to go.
124
125
126
+
### Use inside Kubernetes
127
+
128
+
If you want to install this container inside a Kubernetes cluster you can use the [community contributed helm chart](https://github.com/pascaliske/helm-charts/tree/master/charts/cloudflared).
129
+
125
130
## Upgrade
126
131
127
132
To upgrade, pull the newer image and launch the container :
0 commit comments