Exceptionless icon indicating copy to clipboard operation
Exceptionless copied to clipboard

Facing the issue while deploying in k8s aks.

Open Ranjithsyncfusion opened this issue 1 year ago • 5 comments

PS C:\Users\888888888888\Downloads\Exceptionless-main\k8s> kubectl apply -f ex-dev-elasticsearch.yaml Error from server (NotFound): error when creating "ex-dev-elasticsearch.yaml": namespaces "ex-dev" not found Error from server (NotFound): error when creating "ex-dev-elasticsearch.yaml": namespaces "ex-dev" not found

Ranjithsyncfusion avatar Apr 16 '24 09:04 Ranjithsyncfusion

You'd need to create that ex-dev namespace. I'd recommend using a production configuration and not a development one. See this https://github.com/exceptionless/Exceptionless/blob/main/k8s/ex-setup.ps1 and https://exceptionless.com/docs/self-hosting/kubernetes/

niemyjski avatar Apr 16 '24 10:04 niemyjski

Also, any steps that you use for local would be greatly appreciated if they were documented for others, we mainly setup and run on azure.

niemyjski avatar Apr 16 '24 10:04 niemyjski

Can you please mention the exact file that you recommended .

Ranjithsyncfusion avatar Apr 16 '24 10:04 Ranjithsyncfusion

I linked to it, all of our k8s/helm files and scripts are in this folder https://github.com/exceptionless/Exceptionless/tree/main/k8s

niemyjski avatar Apr 16 '24 10:04 niemyjski

I linked to it, all of our k8s/helm files and scripts are in this folder https://github.com/exceptionless/Exceptionless/tree/main/k8s

hi niemyjsi, could we delpoy all-in-one in K8S without helm? we hope to deploy API,APP,Job all in one pod with yaml file, is there such methord?

wang2024666 avatar Sep 09 '24 03:09 wang2024666