All about the topic

managed kubernetes

Last post

Full control with rate limits for our Managed AI models

Full control with rate limits for our Managed AI models

With our managed AI models, we at NETWAYS Web Services offer you various AI models for privacy-compliant use. Depending on your use case, you can use general models, embedding or reranking models in your applications via standardized APIs. The use of AI models via the API entails variable resource consumption - depending on how and for what the models are used. To give you more planning and financial security and control, we have introduced new options for controlling token throughput in...

read more

All contributions

NETWAYS Managed Kubernetes® v2: Gardener Explained

NETWAYS Managed Kubernetes® v2: Gardener Explained

Wie im Dezember-Newsletter bereits angekündigt, haben wir unser Deployment und die Verwaltung der NETWAYS Managed Kubernetes® Cluster umgestellt. Als Ablöse des vom OpenStack Projekt betriebenen Magnum haben wir uns für das Gardener Projekt entschieden. Our Reasons...

What is Kubernetes?

What is Kubernetes?

The digital transformation is constantly presenting companies with new challenges. Applications need to be deployed quickly, scaled flexibly and operated with high availability. This is exactly where Kubernetes comes into play. But what exactly does this term, which...

New cloud server models: performance and dedicated

New cloud server models: performance and dedicated

We are expanding our cloud server portfolio for optimal and consistent performance of the most demanding applications. Two new additional model series are now available as cloud servers or Kubernetes nodes. "p" model (performance): These new cloud servers with vCPUs...

RWX with the NFS Ganesha Provisioner

RWX with the NFS Ganesha Provisioner

You have the requirement that your application must scale across multiple nodes for load balancing, but need access to a common PVC? For this purpose, you need a PVC that is ReadWriteMany (RWX)-capable. As part of our Managed Kubernetes Cluster, it is possible to...

Increase persistent volumes in Kubernetes

Increase persistent volumes in Kubernetes

Do you want to enlarge a PersistentVolume (PV) in Kubernetes? This tutorial will show you how to do this. What PVs are and how to create them is explained in the tutorial Creating persistent volumes in Kubernetes, on which this tutorial is based. You need more...

Kubernetes alerting with Prometheus

Kubernetes alerting with Prometheus

In a previous tutorial , Sebastian explained how you can monitor your Kubernetes cluster with the Prometheus Operator. This article builds on this and shows how you can set up notifications by email and as push notifications with the Alertmanager. Installing the...

Creating persistent volumes in Kubernetes

Creating persistent volumes in Kubernetes

You want to create a persistent volume in Kubernetes? Here you can find out how this works with Openstack Cinder in NWS Managed Kubernetes. Pods and containers are by definition more or less volatile components in a Kubernetes cluster and are created and destroyed as...