www.perdian.de Home Blog Conference talks Publications

Blog articles tagged "kubernetes"

Setting up a WireGuard VPN using Kubernetes

In another article I described how to set up a VPN using WireGuard on a dedicated EC2 instance at AWS.

If you happen to run a Kubernetes cluster then the configuration becomes even simpler, as we don’t have to set up a dedicated EC2 instance but can build upon the infrastructure provided by Kubernetes.

Read more

Accessing a GitHub repository within Kubernetes via a sidecar container

To separate our services and the data our service operates on we use separate GitHub repositories as storage. This article will demonstrate how we make sure that our operational services always have the latest data available.

Read more