Skip to content

Commit

Permalink
☝ update install version
Browse files Browse the repository at this point in the history
☝ update install version
  • Loading branch information
KaradzaJuraj authored Mar 4, 2024
2 parents 90b97df + 7be55f3 commit 15c44a6
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 25 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ and give it a go! (~10 minute tutorial)

⚠️ Before installing Cyclops, make sure you have all the [prerequisites](https://cyclops-ui.com/docs/installation/prerequisites) ⚠️

Cyclops can either be installed manually by applying the latest manifest or with the [Glasskube Kubernetes Package Manager](https://github.com/glasskube/glasskube/).
Cyclops can either be installed manually by applying the latest manifest or with the [Glasskube Kubernetes Package Manager](https://github.com/glasskube/glasskube/).

To install Cyclops using `kubectl` into your cluster, run commands below:

```bash
kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.0.1-alpha.14/install/cyclops-install.yaml
kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.0.1/install/cyclops-install.yaml
```

It will create a new namespace called `cyclops` and deploy everything you need for your Cyclops instance to run.
Expand Down
51 changes: 29 additions & 22 deletions web/docs/about/about.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
# About Cyclops

## Introduction
Welcome to Cyclops, a powerful user interface for managing and interacting with Kubernetes clusters. Cyclops is
designed to simplify the management of containerized applications on Kubernetes, providing an intuitive and
user-friendly experience for developers, system administrators, and DevOps professionals. Divide the responsibility
between your infrastructure and your developer teams so that everyone can play to their strengths. Automate your

Welcome to Cyclops, a powerful user interface for managing and interacting with Kubernetes clusters. Cyclops is
designed to simplify the management of containerized applications on Kubernetes, providing an intuitive and
user-friendly experience for developers, system administrators, and DevOps professionals. Divide the responsibility
between your infrastructure and your developer teams so that everyone can play to their strengths. Automate your
processes and shrink the window for deployment mistakes.

## What is Cyclops?
Cyclops is an innovative web-based tool designed to simplify the management of distributed systems, specifically
focusing on the widely used Kubernetes platform. By providing a user-friendly interface, Cyclops abstracts complex
Kubernetes configuration files into intuitive web forms, making it easier for developers to deploy applications and
manage Kubernetes environments. It offers predefined fields and graphical representations of deployments, enhancing
visibility and reducing the learning curve associated with Kubernetes. Cyclops aims to empower IT operations teams,
DevOps teams, developers and business owners, enabling them to streamline processes, increase productivity,

Cyclops is an innovative web-based tool designed to simplify the management of distributed systems, specifically
focusing on the widely used Kubernetes platform. By providing a user-friendly interface, Cyclops abstracts complex
Kubernetes configuration files into intuitive web forms, making it easier for developers to deploy applications and
manage Kubernetes environments. It offers predefined fields and graphical representations of deployments, enhancing
visibility and reducing the learning curve associated with Kubernetes. Cyclops aims to empower IT operations teams,
DevOps teams, developers and business owners, enabling them to streamline processes, increase productivity,
and achieve cost savings in managing Kubernetes clusters.

Cyclops provides a comprehensive dashboard that offers an overview of the cluster's health, performance, and resource
Expand Down Expand Up @@ -43,32 +45,37 @@ starting over, continue were you left off!
## Benefits

### Dividing Responsibilities
By dividing responsibilities, each team can work efficiently in their respective domains. The infrastructure team can
dedicate their efforts to infrastructure optimization, scalability, and security, ensuring that the Kubernetes

By dividing responsibilities, each team can work efficiently in their respective domains. The infrastructure team can
dedicate their efforts to infrastructure optimization, scalability, and security, ensuring that the Kubernetes
environment is robust and well-maintained. Simultaneously, the developer team can focus on delivering their product
without having to learn Kubernetes in depth. This division of responsibilities enhances collaboration and fosters a
without having to learn Kubernetes in depth. This division of responsibilities enhances collaboration and fosters a
smoother development workflow.

### Easier Deployments
Using a form-based UI eliminates the need for manual configuration and command-line interactions, making the deployment
process more user-friendly and accessible to individuals with varying levels of technical expertise. Advanced users can
write their own configuration files, but we offer some basic templates for users still new to Kubernetes to help them

Using a form-based UI eliminates the need for manual configuration and command-line interactions, making the deployment
process more user-friendly and accessible to individuals with varying levels of technical expertise. Advanced users can
write their own configuration files, but we offer some basic templates for users still new to Kubernetes to help them
start off.

### Productivity and Error Minimization
Cyclops deploys your applications trough forms with predefined fields. This means that your developers can edit only

Cyclops deploys your applications trough forms with predefined fields. This means that your developers can edit only
certain fields and input only values of certain type. Forms drastically shrink the window for deployment mistakes which
are often costly for businesses, both financially and reputation-wise. Developers do not need to know the intricacies
are often costly for businesses, both financially and reputation-wise. Developers do not need to know the intricacies
of Kubernetes, only the basics, which in return will speed up their onboarding and bolster their productivity.

### Solidify Good Practices

Cyclops promotes consistency and standardization in deployment practices. By providing predefined templates or
configuration presets, Cyclops ensures that deployments adhere to established best practices and guidelines. This
consistency not only improves the reliability and stability of deployments but also facilitates collaboration among
team members who can easily understand and reproduce each other's deployments.

## Conclusion
Cyclops offers a streamlined and intuitive interface for managing Kubernetes clusters, simplifying complex operations
and enabling efficient application orchestration. Whether you're new to Kubernetes or an experienced user, Cyclops
empowers you to interact with your cluster effectively and enhances your productivity. Start leveraging the power of
Kubernetes with a user-friendly experience through Cyclops.

Cyclops offers a streamlined and intuitive interface for managing Kubernetes clusters, simplifying complex operations
and enabling efficient application orchestration. Whether you're new to Kubernetes or an experienced user, Cyclops
empowers you to interact with your cluster effectively and enhances your productivity. Start leveraging the power of
Kubernetes with a user-friendly experience through Cyclops.
2 changes: 1 addition & 1 deletion web/docs/installation/install/manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_label: Using kubectl
To install Cyclops in your cluster, run commands below:

```bash
kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.0.1-alpha.14/install/cyclops-install.yaml
kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.0.1/install/cyclops-install.yaml
```

It will create a new namespace called `cyclops` and deploy everything you need for your Cyclops instance to run.
Expand Down

0 comments on commit 15c44a6

Please sign in to comment.