Categories
Azure Kubernetes Networking Terraform

Azure AKS with private VPN access and Linux/Windows NodePools

In this post I will show you an example whose goal is to create an infrastructure that not only allows you to create an AKS, a Kubernetes managed on the Azure cloud provider, but also to access it completely privately, creating everything necessary for this via a dedicated P2S VPN.

Furthermore, the AKS will be able to use not only a system node pool, but also a node pool of Linux machines and another of Windows machines.

Let’s now describe the cloud architecture that will be created with this Terraform project example.

AKS cloud architecture with Linux and Windows nodepools reachable via private VPN
Categories
GenAI

RAG ChatGPT apps complete examples using Azure and OpenAI

Do you want to create RAG ChatGPT apps and don’t know where to start? I’ll show you two complete official examples!
They will be very useful for understanding how you can create an application like ChatGPT to ask questions about your data, be it documents, databases or web pages.