Version 3.0.0
OS Ubuntu 19.10
Fyipe is one complete DevOps and IT Ops platform.
Fyipe lets you do:
Monitoring: Monitors your website, web apps, APIs, servers and more and give you detailed metrics of things that might be wrong with your infrastructure.
Status Page: Fyipe gives you a beautiful and customizable status page for your online business which helps improve transparency with your customers and cuts support costs.
Tests: Write automated tests for your website, API's and more and know instantly when they start failing.
On-Call and Incident Management: On-Call Management lets you alert the right team at the right time saving you critical time during downtime.
Performance Monitoring: Monitor the performance of your apps, servers, APIs, and more and alert your team when any of your performance metrics degrades.
Website: https://fyipe.com
============================================
============================================
Thank you for installing Fyipe
Please be patient while the chart is being deployed
This usually takes few minutes or more
To access your Fyipe app from steps below:
============================================
============================================
Please run these commands to get Fyipe URL
$ kubectl get svc fyipe-nginx-ingress-controller --namespace=fyipe
NOTE: It may take a few minutes for the LoadBalancer IP to be available. If the load balancer did not assign an external IP yet (if the IP is still pending). Retry this command after few mins.
============================================
============================================
Go to the External IP (generated from step 1) from your browser and sign up a new admin account. This is your master admin account (and not a user account). To create a user account. Please follow steps below.
============================================
============================================
When you're done signing up the admin account. Head over to "Settings" -> "Email"
Add your SMTP server details here to enable email alerts.
============================================
============================================
When you're done signing up the admin account. Head over to "Settings" -> "Call and SMS"
Add your Twilio Settings here to enable call and SMS alert.
============================================
============================================
On the Admin Dahboard, go to the "Users" menu and add a new user. Log out of the admin account, and log in with a user account to access User's Fyipe Dashboard.
============================================
============================================
Fyipe which you just installed runs on an evaluation license. Please contact us at sales@fyipe.com
to buy a commercial license. We support companies of all sizes.
Once you buy the commercial license, you can enter that license key on your admin dashboard.
============================================
============================================
If you're looking for a personlized Fyipe demo. Please email us at demo@fyipe.com
to schedule one.
If you're looking for help with anything, Please email us at support@fyipe.com
and we'll get back to you in less than 1 business day.
Please contact sales@fyipe.com
Thank you for installing Fyipe. :)
In addition to creating Fyipe via the control panel, you can also use the DigitalOcean API.
As an example, to create a 3 node DigitalOcean Kubernetes cluster made up of Basic Droplets in the SFO2 region, you can use the following curl command. You’ll need to either save your API access token to an environment variable or substitute it into the command below.
curl -X POST -H "Content-Type: application/json" \
-H "Authorization: Bearer '$TOKEN'" -d \
'{"name": "choose-a-name","region": "sfo2","version": "1.17.5-do.0","node_pools": [{"size": "s-1vcpu-2gb","count": 3,"name": "choose-a-name"}]}' \
"https://api.digitalocean.com/v2/kubernetes/clusters"