diff --git a/web/blog/2023-12-08-five-kubernetes-tools/index.md b/web/blog/2023-12-08-five-kubernetes-tools/index.md index bf1dfa4a..3be766b0 100644 --- a/web/blog/2023-12-08-five-kubernetes-tools/index.md +++ b/web/blog/2023-12-08-five-kubernetes-tools/index.md @@ -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) diff --git a/web/blog/2023-12-18-k8s-cluster-components/index.md b/web/blog/2023-12-18-k8s-cluster-components/index.md index 37eada30..72ec02c4 100644 --- a/web/blog/2023-12-18-k8s-cluster-components/index.md +++ b/web/blog/2023-12-18-k8s-cluster-components/index.md @@ -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. diff --git a/web/docs/installation/demo/edit_module.md b/web/docs/installation/demo/edit_module.md index fcc0f64e..9c18ef67 100644 --- a/web/docs/installation/demo/edit_module.md +++ b/web/docs/installation/demo/edit_module.md @@ -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 info@cyclops-ui.com -If you have any problems with following the tutorial or the application itself, please contact us and we will reply as -soon as possible! \ No newline at end of file diff --git a/web/docs/installation/demo/feedback.md b/web/docs/installation/demo/feedback.md new file mode 100644 index 00000000..42afe513 --- /dev/null +++ b/web/docs/installation/demo/feedback.md @@ -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 [info@cyclops-ui.com](mailto:info@cyclops-ui.com). + +Happy deploying! diff --git a/web/docs/installation/demo/logs.md b/web/docs/installation/demo/logs.md index 9406526f..801b3fef 100644 --- a/web/docs/installation/demo/logs.md +++ b/web/docs/installation/demo/logs.md @@ -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 info@cyclops-ui.com -If you have any problems with following the tutorial or the application itself, please contact us and we will reply as -soon as possible! \ No newline at end of file diff --git a/web/docs/installation/demo/module.md b/web/docs/installation/demo/module.md index 94682c48..cf58208e 100644 --- a/web/docs/installation/demo/module.md +++ b/web/docs/installation/demo/module.md @@ -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 info@cyclops-ui.com -If you have any problems with following the tutorial or the application itself, please contact us and we will reply as -soon as possible! diff --git a/web/docs/installation/demo/new_module.md b/web/docs/installation/demo/new_module.md index dd6ce61f..a636431a 100644 --- a/web/docs/installation/demo/new_module.md +++ b/web/docs/installation/demo/new_module.md @@ -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 info@cyclops-ui.com -If you have any problems with following the tutorial or the application itself, please contact us and we will reply as -soon as possible! diff --git a/web/docusaurus.config.js b/web/docusaurus.config.js index da3851bf..243030d9 100644 --- a/web/docusaurus.config.js +++ b/web/docusaurus.config.js @@ -118,6 +118,10 @@ const config = { label: 'Discord', href: 'https://discord.com/invite/8ErnK3qDb3', }, + { + label: 'DEV Community', + href: 'https://dev.to/cyclops-ui' + } ], }, { @@ -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' } ], }, diff --git a/web/sidebars.js b/web/sidebars.js index b6f7a57c..be5394a2 100644 --- a/web/sidebars.js +++ b/web/sidebars.js @@ -49,6 +49,7 @@ const sidebars = { 'installation/demo/module', 'installation/demo/edit_module', 'installation/demo/logs', + 'installation/demo/feedback' ], } ],