apache / apisix-website

Apache APISIX Website
https://apisix.apache.org/
Apache License 2.0
127 stars 179 forks source link

docs: argocd confusion, its not a non-Kubernetes option #1762

Open jeacott1 opened 8 months ago

jeacott1 commented 8 months ago

Current State

in the Summary section of https://apisix.apache.org/blog/2023/10/07/apisix-gitops-adc/ the text reads:

In non-Kubernetes environments, users can seamlessly integrate tools like Jenkins and ArgoCD.

ArgoCD is kubernetes first software and afaik cannot work without it, so this sentence reads weird.

Desired State

"In non-Kubernetes environments, users can seamlessly integrate tools like Jenkins"...

zll600 commented 8 months ago

@jeacott1 thanks for reporting this. @shreemaan-abhishek can you help me confirm this. I think this sentence is not correct.

In non-Kubernetes environments, users can seamlessly integrate tools like Jenkins and ArgoCD.

refer: https://argo-cd.readthedocs.io/en/stable/#what-is-argo-cd

shreemaan-abhishek commented 8 months ago

yea it doesn't seem correct to me either, would you like to fix this?