You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Unlike other tools that add more options and more complexity to Kubernetes, Cube
15
15
You just need to create a `Cuberfile`, with ~10 lines of code, and then type `cuber deploy` to package and deploy your app on any Kubernetes cluster.
16
16
17
17
Kubernetes is up to 80% cheaper compared to PaaS like Heroku and you can choose between different cloud providers (no lock-in).
18
-
It is also reliable and it can scale applications of any size.
18
+
It is also reliable, it gives you more visibility and control on your application and it can scale applications of any size.
19
19
The only downside is that it's complex and requires many steps and configurations, even if most applications share the same needs...
20
20
Cuber makes Kubernetes simple and more concise.
21
21
In this way you have the simplicity of a PaaS, at the cost of bare infrastructure.
@@ -74,7 +74,7 @@ Check out the [Cuberfile configuration](https://cuber.cloud/docs/cuberfile) and
74
74
75
75
## Production-ready
76
76
77
-
We have built Cuber for scaling [Pushpad](https://pushpad.xyz). Cuber has been used in production for over a year and it is stable and reliable. We had 100% uptime and we saved 80% on cloud costs.
77
+
We have built Cuber for scaling [Pushpad](https://pushpad.xyz). Cuber has been used in production for many years and it is stable and reliable. We successfully reached 100% uptime while saving 80% on cloud costs.
78
78
79
79
Cuber is a mature project that has all the features needed for deploying applications on Kubernetes and it is used every day for several projects.
0 commit comments