Skip to content

fmops/azure-private-ai-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infrastructure as Code (IaC) for Ollama and Open WebUI on Azure Kubernetes Service (AKS)

Infrastructure Provisioning

OpenTofu is used to provision the infrastructure.

az login
cd tofu/
tofu apply

Obtaining Kubeconfig Credentials

cd tofu/
echo "$(tofu output kube_config)" > ../kubeconfig

Deploying Ollama and OpenWebUI

kubectl apply -R -f k8s/

Note the external IP of the OpenWebUI service:

kubectl get svc openwebui

Access your OpenWebUI at http://<EXTERNAL-IP>:8080.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages