-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
457 lines (406 loc) · 13.6 KB
/
index.html
File metadata and controls
457 lines (406 loc) · 13.6 KB
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
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Siva Thadiboina | Senior DevOps Engineer</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Siva Thadiboina – Senior DevOps Engineer specializing in AWS, Kubernetes (EKS), Terraform, ArgoCD GitOps, and GitLab CI/CD for real-time, large-scale systems." />
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
background: radial-gradient(circle at top left, #dbeafe, #f9fafb 40%, #111827 150%);
color: #111827;
min-height: 100vh;
}
.page {
max-width: 1100px;
margin: 0 auto;
padding: 2rem 1rem 3rem;
}
header {
display: flex;
flex-wrap: wrap;
gap: 2rem;
background: rgba(255, 255, 255, 0.9);
border-radius: 1.5rem;
padding: 2rem;
box-shadow: 0 24px 50px rgba(15,23,42,0.18);
margin-bottom: 2rem;
}
.hero-text {
flex: 1 1 280px;
}
.hero-kicker {
font-size: 0.85rem;
text-transform: uppercase;
letter-spacing: 0.14em;
color: #6366f1;
margin-bottom: 0.5rem;
}
h1 {
font-size: 2.4rem;
margin-bottom: 0.5rem;
}
.hero-subtitle {
font-size: 1rem;
color: #4b5563;
margin-bottom: 1rem;
}
.hero-actions {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
margin-bottom: 1rem;
}
.btn {
font-size: 0.9rem;
padding: 0.6rem 1rem;
border-radius: 999px;
border: none;
cursor: pointer;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 0.4rem;
}
.btn-primary {
background: linear-gradient(135deg, #4f46e5, #0ea5e9);
color: white;
box-shadow: 0 15px 25px rgba(59,130,246,0.45);
}
.btn-secondary {
background: #eff6ff;
color: #1d4ed8;
}
.tag-row {
display: flex;
flex-wrap: wrap;
gap: 0.4rem;
font-size: 0.8rem;
color: #6b7280;
}
.tag-row span {
padding: 0.2rem 0.6rem;
border-radius: 999px;
background: #f3f4f6;
}
.hero-video {
flex: 1 1 260px;
border-radius: 1.25rem;
overflow: hidden;
border: 1px solid #e5e7eb;
background: #020617;
}
.hero-video video {
width: 100%;
height: 100%;
display: block;
}
.section {
margin-bottom: 2rem;
}
.section h2 {
font-size: 1.3rem;
margin-bottom: 0.75rem;
}
.section-subtitle {
font-size: 0.9rem;
color: #6b7280;
margin-bottom: 1rem;
}
.skills-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
gap: 0.75rem;
}
.skill-card {
background: rgba(255,255,255,0.9);
border-radius: 1rem;
padding: 0.9rem;
border: 1px solid #e5e7eb;
font-size: 0.9rem;
}
.skill-title {
font-weight: 600;
margin-bottom: 0.3rem;
}
.skill-detail {
color: #6b7280;
font-size: 0.8rem;
}
.projects-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
gap: 1rem;
}
.project {
background: rgba(255,255,255,0.96);
border-radius: 1.1rem;
padding: 1rem;
border: 1px solid #e5e7eb;
font-size: 0.9rem;
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.project-title {
font-weight: 600;
}
.project-tag {
font-size: 0.75rem;
color: #4b5563;
}
footer {
font-size: 0.8rem;
color: #9ca3af;
text-align: center;
margin-top: 1rem;
}
@media (max-width: 640px) {
h1 { font-size: 1.9rem; }
}
.hero-code {
width: 100%;
display: block;
margin: 1.8rem 0 0 0;
padding: 0;
}
.code-window {
width: 100%;
max-width: none; /* important: remove any old max-width */
border-radius: 1rem;
overflow: hidden;
background: #020617;
box-shadow: 0 20px 45px rgba(15,23,42,0.35);
border: 1px solid rgba(30,41,59,0.6);
}
.code-window-header {
display: flex;
align-items: center;
gap: 6px;
padding: 0.45rem 0.75rem;
background: #020617;
border-bottom: 1px solid rgba(30,64,175,0.6);
font-size: 0.75rem;
color: #9ca3af;
}
.code-window-header .dot {
width: 9px;
height: 9px;
border-radius: 999px;
display: inline-block;
}
.code-window-header .dot.red { background: #f97373; }
.code-window-header .dot.yellow { background: #facc15; }
.code-window-header .dot.green { background: #4ade80; }
.code-title {
margin-left: 6px;
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.code-body {
box-sizing: border-box;
width: 100%;
max-width: 100%;
padding: 1rem 1.2rem;
font-size: 0.85rem;
line-height: 1.55;
color: #e5e7eb;
background: #0b1120;
/* critical for iOS: allow wrapping and breaking */
white-space: pre-wrap;
word-break: break-word;
overflow-x: auto; /* only if something is still too long */
}
.code-body code {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Courier New", monospace;
white-space: pre-wrap; /* override any previous `pre` */
}
/* Blinking cursor */
.code-cursor {
display: inline-block;
width: 7px;
height: 1rem;
background: #a5b4fc;
margin-left: 2px;
transform: translateY(2px);
animation: blinkCursor 1s steps(2, start) infinite;
}
@keyframes blinkCursor {
0% { opacity: 1; }
50% { opacity: 0; }
100% { opacity: 1; }
}
@media (max-width: 640px) {
.hero-code {
margin-top: 1.5rem;
}
}
body {
overflow-x: hidden;
}
</style>
</head>
<body>
<div class="page">
<header>
<div class="hero-text">
<div class="hero-kicker">DevOps · Cloud Architecture · Automation · SRE</div>
<h1 style="font-size: 2.6rem; margin-bottom: 0.3rem;">Siva Thadiboina</h1>
<div style="font-size: 1.25rem; font-weight: 500; color: #374151; margin-bottom: 1rem;">
Sr. DevOps Engineer
</div>
<p class="hero-subtitle">
I architect and operate AWS multi-account infrastructure and Kubernetes platforms for
large-scale, real-time systems, leveraging modern CI/CD, infrastructure-as-code, and
GitOps practices to deliver fully automated, reliable deployments.
</p>
<div class="hero-actions">
<!-- Optional: add your resume PDF in the repo root with this name -->
<a href="Siva-Resume.pdf" class="btn btn-primary" target="_blank">Download Resume</a>
<a href="https://www.linkedin.com/in/sivathadiboina/" class="btn btn-secondary" target="_blank">
Connect on LinkedIn
</a>
</div>
<div class="hero-code" style="margin-top: 1.8rem; width: 100%;">
<div class="code-window">
<div class="code-window-header">
<span class="dot red"></span>
<span class="dot yellow"></span>
<span class="dot green"></span>
<span class="code-title">devops_automation.py</span>
</div>
<pre class="code-body"><code>
tools = [
"AWS",
"Kubernetes",
"Terraform",
"GitOps",
"CI/CD",
"Observability",
"Monitoring & Alerting",
"Cloud Architecture",
"Automation",
"Reliability Engineering",
]
def automate(tool):
print(f"Configuring {tool}...")
for t in tools:
automate(t)<span class="code-cursor"></span>
</code></pre>
</div>
</div>
</div>
</header>
<section class="section">
<h2>Core Strengths</h2>
<p class="section-subtitle">
How I typically help engineering teams ship and run reliable systems.
</p>
<div class="skills-grid">
<div class="skill-card">
<div class="skill-title">Cloud & Kubernetes</div>
<div class="skill-detail">
Architecting and operating multi-account AWS environments and Kubernetes platforms, including autoscaling (Karpenter, HPA, ASGs), networking (Ingress/ALB), RBAC, and security best practices.
</div>
</div>
<div class="skill-card">
<div class="skill-title">Infrastructure as Code</div>
<div class="skill-detail">
Designing Terraform modules, reusable environment patterns, remote state management, and migrating legacy infrastructure into standardized, reproducible IaC frameworks.
</div>
</div>
<div class="skill-card">
<div class="skill-title">CI/CD & Automation</div>
<div class="skill-detail">
Building scalable CI/CD pipelines across platforms (GitLab, GitHub Actions, Jenkins), enabling automated testing, container workflows, safe deployment strategies, and environment promotion workflows.
</div>
</div>
<div class="skill-card">
<div class="skill-title">Reliability & Observability</div>
<div class="skill-detail">
Implementing observability dashboards, distributed logging, and monitoring systems; defining SLOs/SLAs, tuning alerts, and supporting incident response and postmortem processes to improve reliability.
</div>
</div>
</div>
</section>
<section class="section">
<h2>Selected Work</h2>
<p class="section-subtitle">
A sample of the types of improvements I’ve led or contributed to.
</p>
<div class="projects-grid">
<div class="project">
<div class="project-title">EKS Reliability Hardening</div>
<div class="project-tag">Kubernetes · PDB · Anti-affinity · Autoscaling</div>
<p>
Improved cluster reliability by implementing PodDisruptionBudgets, pod anti-affinity rules, and autoscaling
strategies to reduce service impact during deployments and node rotations in real-time workloads.
</p>
</div>
<div class="project">
<div class="project-title">Terraform & CI/CD Framework</div>
<div class="project-tag">Terraform · CI/CD · AWS</div>
<p>
Standardized Terraform modules and CI/CD workflows across multiple AWS accounts and environments,
creating repeatable patterns that reduced drift, improved consistency, and accelerated service onboarding.
</p>
</div>
<div class="project">
<div class="project-title">Container Registry Modernization</div>
<div class="project-tag">ECR · Automation · Governance</div>
<p>
Migrated legacy Docker images to centralized ECR repositories, adding automated tagging,
cleanup policies, and governance controls to improve security and operational visibility.
</p>
</div>
<div class="project">
<div class="project-title">Monitoring, Dashboards & SLOs</div>
<div class="project-tag">Observability · SLOs · Alerting</div>
<p>
Designed dashboards, metrics, and alerting aligned with SLO and error-budget objectives, enabling teams to
focus on user-impacting issues and reducing operational noise across critical services.
</p>
</div>
</div>
</section>
<section class="section" id="contact">
<h2>Contact</h2>
<p class="section-subtitle">
Best ways to reach me for roles, collaboration, or professional discussions.
</p>
<div style="display: flex; flex-direction: column; gap: 12px; font-size: 1rem;">
<!-- Email -->
<a href="mailto:sivanaga318@gmail.com"
style="display:flex; align-items:center; gap:10px; text-decoration:none;">
<img src="assets/icons/email.png" alt="Email"
style="width:30px; height:30px; border-radius:4px;" />
<span style="color:#374151; font-weight:600;">Email Me</span>
</a>
<!-- GitHub -->
<a href="https://github.com/sivops"
target="_blank"
style="display:flex; align-items:center; gap:10px; text-decoration:none;">
<img src="assets/icons/github.png" alt="GitHub"
style="width:30px; height:30px;" />
<span style="color:#24292e; font-weight:600;">GitHub</span>
</a>
<!-- LinkedIn -->
<a href="https://www.linkedin.com/in/sivathadiboina/"
target="_blank"
style="display:flex; align-items:center; gap:10px; text-decoration:none;">
<img src="assets/icons/linkedin.png" alt="LinkedIn"
style="width:30px; height:30px; border-radius:4px;" />
<span style="color:#0A66C2; font-weight:600;">LinkedIn</span>
</a>
</div>
</section>
<footer>
© <span id="year"></span> Siva Thadiboina · Built with GitHub Pages
</footer>
</div>
<script>
document.getElementById("year").textContent = new Date().getFullYear();
</script>
</body>
</html>