TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

In Defense of Kubernetes

6 pointsby thevinterover 3 years ago

3 comments

shankrover 3 years ago
I remember trying to set-up a kubernetes cluster on a weekend for similar use case and I also didn&#x27;t have much background in k8s, although bit more than OP. I had used it before, created deployments, set-up secrets etc. But when I tried to set it up at my new work place, I failed.<p>In our use case, we didn&#x27;t have to account of unknown number of users. We had an airflow instance which needed to run jobs in parallel and I didn&#x27;t have much idea about celery either. Finally I created a docker swarm cluster which was much easier to set-up and fulfilled our requirements.
评论 #30147289 未加载
josephcsibleover 3 years ago
&gt; To add ArgoCD to your cluster you just simply type<p><pre><code> kubectl create namespace argocd kubectl apply -n argocd -f https:&#x2F;&#x2F;raw.githubusercontent.com&#x2F;argoproj&#x2F;argo-cd&#x2F;stable&#x2F;manifests&#x2F;install.yaml </code></pre> If that makes Kubernetes simple, then everything is simple, since someone somewhere wrote a script that you can curl | bash.
评论 #30159961 未加载
enzover 3 years ago
I think there is a mistake:<p>&gt; Pod: The smallest kubernetes unit: it can run multiple pods inside of it<p>Should be: &quot;it can run multiple containers inside of it&quot;.
评论 #30146473 未加载