Tag: Azure Kubernetes

Running Ollama on Azure Kubernetes Service
Running Ollama on Azure Kubernetes Service
Blog Posts

Ollama is a framework that simplifies deployment and interaction with Large Language Models without the need for complex setup. It supports popular models like Llama (multiple versions), Mistral and more, all based on transformer architectures. Ollama basically allows us to run our own models without relying on any third party model providers, therefore keeping our… READ MORE

Installing Flux (GitOps) AKS cluster extension to a tainted node pool
Installing Flux (GitOps) AKS cluster extension to a tainted node pool
Blog Posts

I am starting to see GitOps more and more lately especially now it can be easily installed using an AKS cluster extension. Not sure what a cluster extension is? Check out this blog post. https://pixelrobots.co.uk/2022/02/azure-kubernetes-service-aks-addons-and-extensions-who-is-responsible/ One thing I have noticed is that when people have installed flux via the cluster extension and are using the best… READ MORE