Comments on: Preview Environments on Kubernetes with ArgoCD https://piotrminkowski.com/2023/06/19/preview-environments-on-kubernetes-with-argocd/ Java, Spring, Kotlin, microservices, Kubernetes, containers Tue, 11 Jun 2024 11:52:53 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: kishore https://piotrminkowski.com/2023/06/19/preview-environments-on-kubernetes-with-argocd/#comment-2424 Tue, 11 Jun 2024 11:52:53 +0000 https://piotrminkowski.com/?p=14252#comment-2424 Is there any webhook which has to be added here?

]]>
By: piotr.minkowski https://piotrminkowski.com/2023/06/19/preview-environments-on-kubernetes-with-argocd/#comment-2119 Thu, 07 Sep 2023 10:33:10 +0000 https://piotrminkowski.com/?p=14252#comment-2119 In reply to Bill.

Yes, if you create namespace with as the YAML manifest in Git it will be removed, if you just check the option for crearting namespoace if it does not exists during the Argo sync it won’t be deleted

]]>
By: Bill https://piotrminkowski.com/2023/06/19/preview-environments-on-kubernetes-with-argocd/#comment-2118 Thu, 07 Sep 2023 08:51:02 +0000 https://piotrminkowski.com/?p=14252#comment-2118 You wrote that after merging the pull request, ArgoCD will automatically remove the applications along with the namespace. Are you absolutely sure about that? In my case, the application and all its resources are deleted, but the namespace remains.

]]>
By: piotr.minkowski https://piotrminkowski.com/2023/06/19/preview-environments-on-kubernetes-with-argocd/#comment-2053 Tue, 27 Jun 2023 11:54:32 +0000 https://piotrminkowski.com/?p=14252#comment-2053 In reply to Charles.

Well, testing API is another story. There are a lot of tools for that. E.g. microcks – you can find the article also on my blog

]]>
By: Charles https://piotrminkowski.com/2023/06/19/preview-environments-on-kubernetes-with-argocd/#comment-2051 Mon, 19 Jun 2023 20:15:16 +0000 https://piotrminkowski.com/?p=14252#comment-2051 Thanks you for the write up, i am currently looking into ArgoCD and this guide arrvied just in time.

i do have one question, how do you go about testing these changes lets say you had a similar Frontend > API > data base setup and deployed a second API with the PR changes how would you go about pointing Frontend requests to the new PR API ?

]]>