Skip to content

Commit 6f9319a

Browse files
authored
Merge pull request #233 from Abhijay007/chore/Abhijay007/issue#78
Chore[Docs] : Added more FAQs
2 parents e2a5150 + e948743 commit 6f9319a

File tree

1 file changed

+52
-5
lines changed

1 file changed

+52
-5
lines changed

docs/_includes/faq.html

Lines changed: 52 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,63 @@ <h2 class="accordion-header" id="flush-headingTwo">
2525
<p>If you are using another CI/CD system, you can easily incorporate `mesheryctl` into your pipelines.</p></div>
2626
</div>
2727
</div>
28-
<!-- <div class="accordion-item">
28+
<div class="accordion-item">
2929
<h2 class="accordion-header" id="flush-headingThree">
30-
<button id="faq-title" class="accordion-button collapsed" type="button" data-toggle="collapse" data-target="#flush-collapseThree" aria-expanded="false" aria-controls="flush-collapseThree">
30+
<button id="faq-title" class="accordion-button collapsed" type="button" data-toggle="collapse"
31+
data-target="#flush-collapseThree" aria-expanded="false" aria-controls="flush-collapseThree">
3132
What projects are related to Nighthawk?
3233
</button>
3334
</h2>
34-
<div id="flush-collapseThree" class="accordion-collapse collapse" aria-labelledby="flush-headingThree" data-parent="#accordionExample">
35-
<div class="accordion-body">Yes, certainly. As a matter of fact, you can leverage Nighthawk’s build workflows as the basis for your own. We recommend collaborating in the Nighthawk project to improve upon the workflows to meet your specific needs. Join the community and let us know.</div>
35+
<div id="flush-collapseThree" class="accordion-collapse collapse" aria-labelledby="flush-headingThree"
36+
data-parent="#accordionExample">
37+
<div class="accordion-body">
38+
<p>Meshery, the service mesh management plane uses Nighthawk as a load generator for running performance tests.
39+
Meshery uses the Docker image published by GetNighthawk to run Nighthawk.
40+
41+
The Service Mesh Performance project is also closely related to GetNighthawk as it defines a standard for
42+
capturing these performance test configurations and results..</p>
43+
</div>
44+
</div>
45+
</div>
46+
<div class="accordion-item">
47+
<h2 class="accordion-header" id="flush-headingFour">
48+
<button id="faq-title" class="accordion-button collapsed" type="button" data-toggle="collapse"
49+
data-target="#flush-collapseFour" aria-expanded="false" aria-controls="flush-collapseFour">
50+
What value is GetNighthawk as an individual project adding to Nighthawk?
51+
</button>
52+
</h2>
53+
<div id="flush-collapseFour" class="accordion-collapse collapse" aria-labelledby="flush-headingFour"
54+
data-parent="#accordionExample">
55+
<div class="accordion-body">
56+
<p>- Aimed at alligning and making Nighthawk compatible with the SMP spec.</p>
57+
<p>- A Go native wrapper for using Nighthawk.</p>
58+
<p>- Enables mesheryctl to do multi version lifecycle management of Nighthawk..</p>
59+
<p>- A vehicle for creating and publishing Nighthawk extensions.</p>
60+
<p>- Publishes Nighthawk artifacts compatible with multiple OS and CPU architectures.</p>
61+
<p>- Provides a container with ready to use Nighthawk binaries.</p>
62+
<p>- A logo and a website.</p>
63+
<p>- A community of contributors.</p>
64+
<p>- An audience within CNCF projects.</p>
65+
<p>- A shared spotlight on KubeCon stage.</p>
66+
<p>- Enables easy Nighthawk adoption.</p>
67+
</div>
3668
</div>
37-
</div> -->
69+
</div>
70+
<div class="accordion-item">
71+
<h2 class="accordion-header" id="flush-headingFive">
72+
<button id="faq-title" class="accordion-button collapsed" type="button" data-toggle="collapse"
73+
data-target="#flush-collapseFive" aria-expanded="false" aria-controls="flush-collapseFive">
74+
Will nighthawk_client and nighthawk_server still be supported?
75+
</button>
76+
</h2>
77+
<div id="flush-collapseFive" class="accordion-collapse collapse" aria-labelledby="flush-headingFive"
78+
data-parent="#accordionExample">
79+
<div class="accordion-body">
80+
<p>Yes, GetNighthawk will publish the Nighthawk binaries which can be dowloaded directly or used through a Docker
81+
image.</p>
82+
</div>
83+
</div>
84+
</div>
3885
</div>
3986
</div>
4087

0 commit comments

Comments
 (0)