-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
230 lines (186 loc) · 8.1 KB
/
index.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> -->
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> -->
<!-- <link href="https://fonts.googleapis.com/css2?family=Stylish&display=swap" rel="stylesheet"> -->
<link rel="stylesheet" href="web/css/styles.css">
<link rel="stylesheet" href="web/css/bodyScreen.css">
<script defer src="https://use.fontawesome.com/releases/v5.0.7/js/all.js"></script>
</head>
<body>
<nav>
<div class="wrapper">
<div class="logo">
<h2>Master Cluster</h2>
<h4>Complete Cluster Solutions</h4>
</div>
<ul class="menubar">
<li><a href="./index.html">Home</a></li>
<li>
<a href="#" class="desktop-item">Services</a>
<div class="mega-box">
<div class="content">
<div class="row">
<header>Configuration</header>
<ul class="mega-links">
<li><a href="web/html/Configuration.html">Configure with Same</a></li>
<li><a href="web/html/Configuration.html">Configure with Multi</a></li>
</ul>
</div>
<div class="row">
<header>Pod</header>
<ul class="mega-links">
<li><a href="web/html/Get.html">Get All</a></li>
<li><a href="web/html/PODDelete.html">Delete</a></li>
<li><a href="web/html/PODlaunch.html">Launch</a></li>
<li><a href="web/html/PODDescribe.html">Describe</a></li>
<li><a href="web/html/PODLabel.html">Label</a></li>
</ul>
</div>
<div class="row">
<header>Deployment</header>
<ul class="mega-links">
<li><a href="web/html/DEPLOYCreate.html">Create</a></li>
<li><a href="web/html/DEPLOYDelete.html">Delete</a></li>
<li><a href="web/html/DEPLOYDescribe.html">Describe</a></li>
<li><a href="web/html/DEPLOYScale.html">Scale In</a></li>
<li><a href="web/html/DEPLOYScale.html">Scale Out</a></li>
<li><a href="web/html/DEPLOYUpdate.html">Update Image</a></li>
</ul>
</div>
<div class="row">
<header>Service</header>
<ul class="mega-links">
<li><a href="web/html/SVCGet.html">Get All</a></li>
<li><a href="web/html/SvcDeploy.html">Exp Dep</a></li>
<li><a href="web/html/SVCPod.html">Expose Pod</a></li>
<li><a href="web/html/SvcRc.html">Expose Rc</a></li>
<li><a href="web/html/SvcDes.html">Describe Service</a></li>
</ul>
</div>
</div>
</div>
</li>
<li><a href="web/html/howitworks.html">How it works</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Username</a></li>
</ul>
</div>
</nav>
<div class="body-screen" style="height: 430px; padding-top: 100px; padding-bottom: 80px; left:0;">
<img src="web/images/logo1.png" alt="Master Cluster logo">
<div class="screen-content" style="margin-bottom: 100px;">
<h2>Complete Cluster Solutions</h2>
<h3>Making it more Easier, Faster and Affordable for You, we manage your Cluster in a Simpler way.</h3>
</div>
</div>
<section id="features">
<div class="feature-box col-lg-4">
<i class="icon fas fa-check-circle fa-4x"></i>
<h3>Easy to use.</h3>
<p>Easy management of cluster.Kubernetes is able to manage more cluster at the same time</p>
</div>
<div class="feature-box col-lg-4">
<i class="icon fas fa-dot-circle fa-4x"></i>
<h3>Automation</h3>
<p>Capability of automating deployment.Kubernetes will control for you which server will host the container</p>
</div>
<div class="feature-box col-lg-4">
<i class="icon fas fa-tasks fa-4x"></i>
<h3>Secret Management</h3>
<p>Update secrets and application configuration without rebuilding your image and without exposing secrets in your stack configuration.</p>
</div>
</section>
<div class="parent">
<div class="container">
<h1>Automation</h1>
<p>
We are using ANSIBLE for automation which is good for the configuration but not for provisioning but
we know how to provision it with the help of ANSIBLE.
Now it will be the task of ANSIBLE to download the required software which we have already hosted on
our cloud which is a controller node so that we can manage user node and do anything.
</p>
<a class="a" href="web/html/Configuration.html" >
<button><b>Configure</b></button>
</a>
</div>
<div class="container">
<div class="content">
<h1><strong>Kubernetes</strong></h1>
<p>
Kubernetes is an open source container orchestration engine for automating deployment, scaling,
and management of containerized applications. The open source project is hosted by the Cloud
Native Computing Foundation
Kubernetes is a portable, extensible, open-source platform for managing containerized workloads
and services, that facilitates both declarative configuration and automation. It has a large,
rapidly growing ecosystem. Kubernetes services, support, and tools are widely available.
</p>
</div>
<div class="content-link">
<a class="b" href="./web/html/Status.html">
<button><b>POD</b></button>
</a>
<a class="c" href="./web/html/Delete.html">
<button><b>Deployment</b></button>
</a>
<a class="c" href="./web/html/Delete.html">
<button ><b>NameSpace</b></button>
</a>
<a class="c" href="./web/html/Delete.html">
<button><b>Storage</b></button>
</a>
<a class="c" href="./web/html/Delete.html">
<button><b>MulltiContainerPod</b></button>
</a>
<a class="e" href="./web/html/Get.html">
<button><b>Secret</button>
</a>
<a class="f" href="./web/html/Launch.html">
<button><b>Service</button>
</a>
<a class="c" href="./web/html/Delete.html">
<button ><b>ClusterRole(IAM)</b></button>
</a>
<a class="c" href="./web/html/Delete.html">
<button><b>DemonSet</b></button>
</a>
<a class="c" href="./web/html/Delete.html">
<button><b>PackageManager</b></button>
</a>
</div>
</div>
<div class="container">
<h1>Get Shell</h1>
<a href="./CLI/index.html">
<button><b>Master</b></button>
</a>
<a href="./web/html/Wants.html">
<button><b>Container</b></button>
</a>
</div>
<div class="container">
<h1>Image Creater Docker</h1>
<a href="./web/html/Wants.html"><button>Create Image</button>
</a>
</div>
</div>
<!-- <div class="footer">
<i class="fab fa-github-square fa-3x" style="padding-right: 10px;"></i>
<i class="social-icon fab fa-twitter fa-3x" style="padding-right: 10px;"></i>
<i class="social-icon fab fa-facebook-f fa-3x" style="padding-right: 10px;"></i>
<i class="social-icon fab fa-instagram fa-3x" style="padding-right: 10px;"></i>
<i class="fab fa-linkedin-in fa-3x" style="padding-right: 10px;"></i>
<p>© Copyright 2021 Master Cluster</p>
</div> -->
<div class="footer">
<div class="social">
<a href="https://github.com/Shashwatsingh22/K8s_Management_Project" target="_blank" class="fab fa-github-square fa-3x"></a>
</div>
<div class="copyright">
© Copyright 2021 Master Cluster
</div>
</body>
</html>