I was interested to know if you guys could talk a little more about the relationship between: OpenShift templates Helm templates CoreOS Operators With all of the innovation happening within Kubernetes and around the Kubernetes ecosystem, sometimes it can be difficult to keep up with all ...
1 kubectl apply -f https://raw.githubusercontent.com/mongodb/mongodb-atlas-kubernetes/main/deploy/all-in-one.yaml This will create new custom resources in your cluster that you can use to create or manage your existing Atlas projects and clusters. Creating a MongoDB Atlas cluster If you ha...
“Minikube“is one of the Kubernetes’s variant to experience on a desktop/laptop. This article will walk through how to create deploy a new application on Kubernetes cluster. We could deploy a containerized applications on top of Kubernetes cluster using the various method. In this example, w...
Part 4: Accessing MinIO on Kubernetes You can use the MinIO on Kubernetes client (mc), a web browser, or REST APIs to access Minio after it has been set up. The Minio server by default offers a web-based management interface. It can be accessed by redirecting the Minio service port to...
I've managed to deploy vllm using vllm openai compatible entrypoint with success between all the gpus available in my kubernetes node. However, how i have a question, can i leverage ray between multiple nodes? With different GPU types? I...
Because Kubernetes deploys services to arbitrary network addresses inside your cluster, you’ll need to forward the relevant ports in order to access them from your local machine. Argo CD sets up a service namedargocd-serveron port 443 internally. Because port 443 is the default HTTPS port, ...
In this tutorial, we’ll show the steps required to deploy a Kubernetes cluster on UpCloud using Kubespray. The tutorial assumes that you have basic knowledge about Kubernetes and the different terminologies that comes with it but the steps are easy enough for beginners to follow along as well....
In our last article, we have discussedhow to set up and run a Kubernetes Cluster, let’s discuss how we can deployNGINXservice on our cluster. I will run this deployment on a Virtual Machine Hosted by a public cloud provider. As it is with many public cloud services, many generally main...
Kubernetes is an open source container orchestration system. It allows you to create, update, and scale containers without worrying about downtime. In this t…
Overview of how to create a container from a Python web app and deploy it to Azure Container Apps, a serverless platform for hosting containerized applications.