Skip to content

Commit

Permalink
✏️ Kubernetes through the Developers Perspective
Browse files Browse the repository at this point in the history
  • Loading branch information
KaradzaJuraj committed Mar 26, 2024
1 parent 56fef43 commit 3838888
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/blog/2024-03-26-devs-perspective/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down

0 comments on commit 3838888

Please sign in to comment.