List of important opensource Tools used in K8s for Realtime

Hi Everyone, i am new to this forum and was really enjoying the content sharing from many persons. I had a query which might help me, i had started learning Kubernetes, can i know which are the other tools used with Kubernetes in realtime like Argocd is used for K8s pod deployment.

What do you mean by “realtime”? At least as I generally understand it, a piece of real time software tends to be very low level, operating near the hardware level. Essentially nothing in Kubernetes is “real time” by that definition.

So what does it mean as you’re using it here?

Thanks for your reply, with realtime i mean in company which uses k8s for production for client what are the list of essential tools which is used which we can start exploring in order to achieve a good GitOps architecture.

OK, I can roll with that :slight_smile: Here are some projects you should become familiar with:

  • Istio
  • Prometheus
  • Helm (everything you will post benefits from being a package)

That’s just for starters. Other posters will have more suggestions, I’m sure.

You may also want to look at this blog post, as well.

Thanks alot for your response and clearing my query.