Skip to content

Commit

Permalink
Merge pull request #81 from cyclops-ui/add_feedback_form
Browse files Browse the repository at this point in the history
[WEB] Add feedback form
  • Loading branch information
KaradzaJuraj authored Dec 20, 2023
2 parents d7068b9 + 092165e commit 0599561
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 20 deletions.
3 changes: 1 addition & 2 deletions web/blog/2023-12-08-five-kubernetes-tools/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ These tools offer intuitive user interfaces, automated scaling capabilities, dis

### Show us your support 🙏🏻

Before we start, we would love it if you starred our repository and helped us get our
tool in front of other developers. Our GitHub repo is here: https://github.com/cyclops-ui/cyclops
Before we start, we would love it if you starred our repository and helped us get our tool in front of other developers. Our GitHub repo is here: https://github.com/cyclops-ui/cyclops

## 1. Prometheus: Monitoring and Alerting for Kubernetes
![Prometheus logo](../../static/img/2023-12-08-five-kubernetes-tools/prometheus_logo.png)
Expand Down
2 changes: 1 addition & 1 deletion web/blog/2023-12-18-k8s-cluster-components/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ When the Controller Manager hears about the new Replicaset, it will create all t

![ As we said, a lot of things happened, so we decided to create a GIF that might help you understand the whole process under the hood.](../../static/img/2023-12-18-k8s-cluster-components/gif_k8s_final.gif)

As we said, a lot of things happened, so we decided to create a GIF that might help you understand the whole process under the hood.
*As we said, a lot of things happened, so we decided to create a GIF that might help you understand the whole process under the hood.*

Here, we include the Scheduler, which is subscribed to the Pod creation event. Each time it hears about a new Pod, it decides on which node it should be run. The Scheduler is not running the Pod but **only telling the API** which node it chose for it. The API will then save that information.

Expand Down
4 changes: 0 additions & 4 deletions web/docs/installation/demo/edit_module.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,3 @@ convention](https://kubernetes.io/docs/concepts/overview/working-with-objects/na
2. [x] contain only **lowercase** alphanumeric characters, '-' or '. '
3. [x] start with an alphanumeric character
4. [x] end with an alphanumeric character

### Contact [email protected]
If you have any problems with following the tutorial or the application itself, please contact us and we will reply as
soon as possible!
27 changes: 27 additions & 0 deletions web/docs/installation/demo/feedback.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Feedback

## Thank You for Trying Out Cyclops!

We hope you found our installation tutorial and demo helpful. Your feedback is important to us, and we would appreciate it if you could take a moment to share your thoughts. Your input helps us improve and provide a better experience for our users.

### How was your experience?

Please take a few minutes to fill out the [Feedback Form](https://forms.gle/jrwcBHRtpwmK91v47). Your feedback is valuable to us, and we appreciate your time.

## Installation Tutorial

If you encountered any issues during the installation process, please let us know. Your feedback will help us address any potential challenges that users may face.

[Installation Tutorial](../install)

## Demo Tutorial

We hope the demo tutorial provided a clear understanding of how to use our product. If you have any suggestions for improvement or if there's anything you'd like to see in future tutorials, please share your thoughts.

[Demo Tutorial](./new_module)

### Thank you for your feedback!

We appreciate your time and effort in providing feedback. If you have any additional comments or questions, feel free to reach out to us directly at [[email protected]](mailto:[email protected]).

Happy deploying!
4 changes: 0 additions & 4 deletions web/docs/installation/demo/logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,3 @@ convention](https://kubernetes.io/docs/concepts/overview/working-with-objects/na
2. [x] contain only **lowercase** alphanumeric characters, '-' or '. '
3. [x] start with an alphanumeric character
4. [x] end with an alphanumeric character

### Contact [email protected]
If you have any problems with following the tutorial or the application itself, please contact us and we will reply as
soon as possible!
5 changes: 0 additions & 5 deletions web/docs/installation/demo/module.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,3 @@ another popup window that displays the last 100 logs of the pod. If you are stil
Here is your service. In Kubernetes, a Service is a method for exposing a network application that is running as one or
more Pods in your cluster. Here we can also see the name of our service `demo-1`, the namespace it inhabits `default` and
the manifest. Underneath it shows the port of the service and where it is pointing (port of the pods).

## Potential problems
### Contact [email protected]
If you have any problems with following the tutorial or the application itself, please contact us and we will reply as
soon as possible!
4 changes: 0 additions & 4 deletions web/docs/installation/demo/new_module.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,3 @@ convention](https://kubernetes.io/docs/concepts/overview/working-with-objects/na
2. [x] contain only **lowercase** alphanumeric characters, '-' or '. '
3. [x] start with an alphanumeric character
4. [x] end with an alphanumeric character
### Contact [email protected]
If you have any problems with following the tutorial or the application itself, please contact us and we will reply as
soon as possible!
8 changes: 8 additions & 0 deletions web/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ const config = {
label: 'Discord',
href: 'https://discord.com/invite/8ErnK3qDb3',
},
{
label: 'DEV Community',
href: 'https://dev.to/cyclops-ui'
}
],
},
{
Expand All @@ -130,6 +134,10 @@ const config = {
{
label: 'Schedule a demo',
href: 'https://docs.google.com/forms/d/e/1FAIpQLSfm9sSsmqJYsofteSrGigWMW9eOgSjoinHwjsvtjX6wOcAv9w/viewform',
},
{
label: 'Leave your feedback',
href: 'https://forms.gle/jrwcBHRtpwmK91v47'
}
],
},
Expand Down
1 change: 1 addition & 0 deletions web/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const sidebars = {
'installation/demo/module',
'installation/demo/edit_module',
'installation/demo/logs',
'installation/demo/feedback'
],
}
],
Expand Down

0 comments on commit 0599561

Please sign in to comment.