This repository has been archived by the owner on Jun 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeatures.html
92 lines (88 loc) · 5.15 KB
/
features.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html>
<head>
<title>Rabbit Features - Unleash Cloud Cost Transparency</title>
</head>
<body>
<header>
<h1>Rabbit Features</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="#">Case Study</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Try it Now!</a></li>
</ul>
</nav>
</header>
<section>
<article>
<header>
<h2>About Rabbit</h2>
</header>
<p>Rabbit integrates seamlessly with Google Cloud Platform (GCP) using native APIs, eliminating the need for agent installations.</p>
<p>Rest assured, Rabbit only analyzes metadata (no PII data access!) of your GCP services, ensuring the privacy and security of your production data.</p>
</article>
<article>
<header>
<h3>BigQuery</h3>
</header>
<p>See costs from 3 different perspectives: queries, tables, and accounts who run the queries.</p>
<p>You can fine-tune the table’s partitioning and clustering setting based on the column usage statistics that Rabbit provides. </p>
<p>Similar queries are grouped together (parameters are excluded) to see the most expensive queries. Get actionable insights and recommendations to optimize BigQuery not just for cost but for performance as well.</p>
</article>
<article>
<header>
<h3>BigQuery Edition Calculator</h3>
</header>
<img src="editions.png" width="400px">
<p>With Rabbit weeks of documentation reading and custom spreadsheet creation can be eliminated:</p>
<p>Explore and analyze various scenarios using our BigQuery Edition Planner! In case you feel overwhelmed by the documentation and don't know where to begin, our calculator is here to guide you through the process. It ensures that you are aware of any features exclusive to specific edition packages.</p>
<p>Assess the most suitable pricing option based on your historical usage. You can make a decision on whether to prioritize performance or cost-effectiveness.</p>
</article>
<article>
<header>
<h3>Google Kubernetes Engine (GKE)</h3>
</header>
<p>Rabbit gives you a more granular cost breakdown on the cluster, namespace, workload (pod), and node pool level.</p>
<p>Based on the past usage of workloads Rabbit provides actionable recommendations to fine-tune the requested resources or may change the machine type of the node pools to have better utilization of nodes.</p>
<p>Rabbit uses pure GCP APIs to provide that information, there is no need to deploy any additional service into your production cluster.</p>
</article>
<article>
<header>
<h3>Committed Use Discounts Planner</h3>
</header>
<p>CUD planner helps to make commitment decisions easy and accurate.</p>
<p>Instead of guessing, make data-driven decisions based on historical data combined with forecast data and save 30% or more on committed usage.</p>
<p>CUD supports resource- and spend-based commits for Compute Engine and helps you find the best mix that fits your business needs.</p>
</article>
<article>
<header>
<h3>Labeling</h3>
</header>
<p>Labeling cloud resources allows you to group costs and create a manageable, business-relevant break-down of your expenses.</p>
<p>Implementing a proper labeling strategy can be hard, therefore Rabbit helps you find unlabeled resources and provides an overview of already labeled services and resources.</p>
<p>You can set which projects and services are applied for each label to have a proper view.</p>
</article>
<article>
<header>
<h3>Cost Anomaly Detection</h3>
</header>
<p>Rabbit is designed to aid in managing cloud cost events in a timely manner, thereby minimizing any negative impact on the business, whether related to cost or otherwise. Rabbit employs a customized machine learning model to identify any deviations or spikes in costs over time. Upon detection of any anomalies, the system sends out an alert, enabling the DevOps team to take prompt action before it becomes a significant issue.</p>
</article>
<article>
<header>
<h3>Networking</h3>
</header>
<p>Understanding networking costs is crucial because they are often the primary source of shared cost issues, such as how to allocate them between different teams, products, and services.</p>
<p>The goal of Rabbit is to provide clarity and transparency regarding cloud costs, particularly those related to networking.These costs can be extremely difficult to comprehend and identify. To gain a comprehensive understanding of networking costs, Rabbit collects all available information and presents it in an organized manner that enables prompt action to be performed.</p>
</article>
</section>
<footer>
<p>© 2023 Rabbit. All rights reserved.</p>
</footer>
</body>
</html>