Skip to content

Commit

Permalink
Added mesos notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
anonyknight committed Jan 6, 2024
1 parent 5049853 commit 08aa46b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/techs/DevSecOps/tools/mesos.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Apache Mesos

[Mesos vs. Kubernetes](https://www.baeldung.com/ops/mesos-kubernetes-comparison)

Apache Mesos is **an open-source cluster manager from UC Berkeley**. It provides applications with APIs for **resource management** and **scheduling across** the cluster. Mesos gives us the flexibility to run both **containerized and non-containerized** workload in a distributed manner.

0 comments on commit 08aa46b

Please sign in to comment.