Azure AKS (with Terraform)
Last updated
Was this helpful?
Was this helpful?
name_prefix = "feast"
resource_group = "Feast" # pre-existing resource group$ cd feast/infra/terraform/azure
$ terraform init
$ terraform apply -var-file=my_feast.tfvarskubectl port-forward $(kubectl get pod -o custom-columns=:metadata.name | grep jupyter) 8888:8888Forwarding from 127.0.0.1:8888 -> 8888
Forwarding from [::1]:8888 -> 8888