From 383888819ce5cacb9535ecf01cdbd32fcb7732e9 Mon Sep 17 00:00:00 2001 From: KaradzaJuraj Date: Tue, 26 Mar 2024 17:31:53 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Kubernetes=20through=20the?= =?UTF-8?q?=20Developers=20Perspective?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/blog/2024-03-26-devs-perspective/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/blog/2024-03-26-devs-perspective/index.md b/web/blog/2024-03-26-devs-perspective/index.md index 5077e337..2741aab6 100644 --- a/web/blog/2024-03-26-devs-perspective/index.md +++ b/web/blog/2024-03-26-devs-perspective/index.md @@ -69,9 +69,9 @@ This is why we are seeing the rise of developer platforms, which reduce friction So, how does Cyclops solve the issues mentioned above? -1. With Cyclops, your developers never directly interact with configuration files. You create a template, which is then rendered for the developers as a form. This avoids the need to learn languages like YAML and has the added benefit of allowing you to add validations to their input, making it harder for developers to make mistakes. -2. Once the developers have specified what they need with Cyclops' help, deploying their application is as simple as clicking a button. -3. Now that they have deployed their app, Cyclops makes it easy to monitor its state via its user interface. The application's details are easily accessible and include all the resources (and logs) it uses. +1. **1.** With Cyclops, your developers never directly interact with configuration files. You create a template, which is then rendered for the developers as a form. This avoids the need to learn languages like YAML and has the added benefit of allowing you to add validations to their input, making it harder for developers to make mistakes. +2. **2.** Once the developers have specified what they need with Cyclops' help, deploying their application is as simple as clicking a button. +3. **3.** Now that they have deployed their app, Cyclops makes it easy to monitor its state via its user interface. The application's details are easily accessible and include all the resources (and logs) it uses. Let's see it in action!