All about the topic

Kubernetes Tutorial

Last post

X-Forwarded-For and proxy protocol with kgateway

X-Forwarded-For and proxy protocol with kgateway

In many cases, it is helpful for applications to know the source IP of a request. With this information, your application can do many useful things, e.g. use GeoIP data to display the appropriate language for the visitor on a website.Unfortunately, in the cloud and especially in Kubernetes, a user's request rarely arrives at your application without detours: Load balancers, ingress controllers, or gateways often forward the request several times before the actual target receives it. In order...

read more

All contributions

How to start your Managed Kubernetes

How to start your Managed Kubernetes

Interested in how to start a Managed Kubernetes at NWS? Here you can find out how to get started! First you need an account for our NETWAYS Web Services platform. After registering, you can start our open source managedservices such as GitLab and also create access to...

Managed Kubernetes vs. on-premises

Managed Kubernetes vs. on-premises

Managed Kubernetes vs. Kubernetes on-premises - should I use a managed Kubernetes offering or is it better to run Kubernetes myself? For some, of course, this question does not even arise, as it is strategically dictated by the company or their own operations. For...