forked from robhinds/robhinds.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
815 lines (468 loc) · 52.2 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
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
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.69.2" />
<title></title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="DevOps Engineer Resume">
<meta name="author" content="MilindChawre">
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900">
<link rel="stylesheet" href="https://milindchawre.github.io/assets/css/devresume.min.6f0ea840b7901041dc68a0cce42eaa44dd7dc5f0f0378dd4c252efc8de550894.css">
</head>
<body>
<div class="main-wrapper">
<div class="container px-3 px-lg-5">
<article class="resume-wrapper mx-auto theme-bg-light p-5 mb-5 my-5 shadow-lg">
<div class="resume-header">
<div class="row align-items-center">
<div class="resume-title col-12 col-md-6 col-lg-8 col-xl-9">
<h2 class="resume-name mb-0 text-uppercase">Milind Chawre</h2>
<div class="resume-tagline mb-3 mb-md-0">Senior DevOps Engineer</div>
</div>
<div class="resume-contact col-12 col-md-6 col-lg-4 col-xl-3">
<ul class="list-unstyled mb-0">
<li class="mb-2"><i class="fas fa-phone-square fa-fw fa-lg mr-2"></i><a class="resume-link" href="tel:#">+91-xxxxxxxxxx</a></li>
<li class="mb-2"><i class="fas fa-envelope-square fa-fw fa-lg mr-2"></i><a class="resume-link" href="mailto:#">[email protected]</a></li>
<li class="mb-2"><i class="fas fa-globe fa-fw fa-lg mr-2"></i><a class="resume-link" href="site/">blogs</a></li>
<li class="mb-0"><i class="fas fa-map-marker-alt fa-fw fa-lg mr-2"></i>Pune, India</li>
</ul>
</div>
</div>
</div>
<hr>
<div class="resume-intro py-3">
<div class="media flex-column flex-md-row align-items-center">
<img class="resume-profile-image mb-3 mb-md-0 mr-md-5 ml-md-0 rounded mx-auto" src="https://milindchawre.github.io/assets/images/myavatar.png" alt="image">
<div class="media-body text-left">
<p class="mb-0">Senior DevOps Engineer with 7+ years of hands-on-experience in architecting, automating and optimizing mission critical deployments over a large infrastructure, leveraging configuration management, CI/CD and devops processes. Gained hands-on experience in implementing core DevOps concepts such as containerization, virtualization, version control, cloud computing, database management and administration, load balancing, etc. by using a wide variety of technologies while working with AWS/Azure tools, Operating Systems and programming languages.</p>
</div>
</div>
</div>
<hr>
<div class="resume-body">
<div class="row">
<div class="resume-main col-12 col-lg-8 col-xl-9 pr-0 pr-lg-5">
<section class="work-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Work Experience</h3>
<div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-6 mb-2 mb-md-0">CivoCloud Ambassador</h4>
<div class="item-meta col-12 col-md-6 col-lg-6 text-muted text-left text-md-right">CivoCloud | Aug 2020 - Present</div>
</div>
<div class="item-content">
<p>CivoCloud is the first Managed Kubernetes Service based on K3s, with fasted time to bootup the kubernetes cluster within 2 minutes.</p>
<ul class="resume-list">
<li>I was one of the very first users of their service under their <a href="https://www.civo.com/blog/kube100-so-far">KUBE100</a> program.</li>
<li>I was elected as <a href="https://www.civo.com/ambassadors">CivoCloud Ambassador</a>, due to my contribution to their community.</li>
<li>My contributions are often in the form of blogs, github code contributions and general support in their community channel.</li>
</ul>
</div>
</div>
<div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-6 mb-2 mb-md-0">Senior DevOps Engineer</h4>
<div class="item-meta col-12 col-md-6 col-lg-6 text-muted text-left text-md-right">TomTom | May 2020 - Present</div>
</div>
<div class="item-content">
<p>Responsible for managing devops activities within addressing which is a sub-department in engineering. It includes designing, implementing and automating infrastructure from scratch and also handling production systems.</p>
<ul class="resume-list">
<li>Incorporating devops culture within the team and department</li>
<li>Subject Matter Expert for virtualization and containerization solutions</li>
<li>Infrastructure Automation</li>
<li>Design and implement microservice architectures on AWS and Azure</li>
<li>Own end-to-end devops pipeline</li>
<li>Take ideas from conception to production</li>
<li>Lead cloud cost optimization efforts</li>
</ul>
</div>
</div>
<div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-6 mb-2 mb-md-0">DevOps Engineer</h4>
<div class="item-meta col-12 col-md-6 col-lg-6 text-muted text-left text-md-right">TomTom | Aug 2018 - Apr 2020</div>
</div>
<div class="item-content">
<p>Works as a sole devops engineer for a team of 15-20 developers. I build and owns end-to-end devops pipeline for the entire team. It includes designing, implementing and automating infrastructure along with monitoring, logging, alerting and operations part of the system in place.</p>
<ul class="resume-list">
<li>Infrastructure Automation</li>
<li>Build microservice architectures on AWS</li>
<li>Subject Matter Expert for cloud computing</li>
<li>Automated deployments using CI/CD pipelines</li>
<li>Incorporating devops culture within the team</li>
</ul>
</div>
</div>
<div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-6 mb-2 mb-md-0">DevOps Engineer</h4>
<div class="item-meta col-12 col-md-6 col-lg-6 text-muted text-left text-md-right">GSLAB | July 2015 - Aug 2018</div>
</div>
<div class="item-content">
<p>As a devops engineer, I worked on different cutting edge technologies in cloud computing, containers and devops space.</p>
<ul class="resume-list">
<li>Cloud computing</li>
<li>Containerization</li>
<li>Infrastructure Automation</li>
<li>Logging, Monitoring and alerting</li>
<li>Handling Operations part of production system</li>
<li>Incorporating devops culture in the team</li>
</ul>
</div>
</div>
</section>
<section class="project-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Projects</h3>
<div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">Blogging</h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-left text-md-right">Apr 2020 - Present</div>
</div>
<div class="item-content">
<p>I am passionate about cloud native technologies and anything related to docker & kubernetes. I loves to get involved in the open source community to learn new things and often blogs about it.</p>
<p>Technologies: Hugo, Github Pages, Kubernetes, k3s, Okteto, Fairwinds Polaris, Fairwinds Goldilocks, Fairwinds Pluto, CNCF Tech Stack.</p>
<ul class="resume-list">
<li>Used hugo and github pages to configure my personal website and blog.</li>
<li>I Signed up as a beta tester in civo cloud community where I often play with their managed kubernetes service to try out new tools and technologies on top of kubernetes and blogs about it.</li>
<li>Loves to hang out on slack community channels to learn new things, connect with like-minded peoples and help others.</li>
</ul>
</div>
</div>
<div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">Orbis Search Addressing</h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-left text-md-right">Feb 2022 - Present</div>
</div>
<div class="item-content">
<p>Orbis Search Addressing is not a project but a sub-department in engineering, which basically handles the addressing related features in the Map. I am responsible to manage devops activities that includes infrastructure automation, configuring deployment pipelines, taking things from dev to production and so on.</p>
<p>Technologies: Docker, Kubernetes, Grafana, Prometheus, Alertmanager, Scalyr, Helm, Terraform, Azure DevOps, GitHub Actions, Traefik Ingress, ExternalDns, Azure.</p>
<ul class="resume-list">
<li>Evaluated different tools and technologies by performing different POCs (proof-of-concepts) which helped teams while designing their systems.</li>
<li>In-corporated devops culture within the team and department.</li>
<li>I provided valuable inputs during initial phase of system design that saves considerable amount of time for the teams in designing the system.</li>
<li>I represented as Cloud Delegate to lead cloud cost optimization activities across the department and saved some thousands of dollars.</li>
<li>I often convey teams about the recommendations made by central CCOE team (Cloud Center for Excellence team) and make sure they are enforced. These recommendation basically includes guidelines like tagging policies for cloud resources, cloud cost optimization recommendations, best practices for architecturing cloud resources and so on.</li>
<li>Azure is our preferred cloud provider now, so I sucessfully onboarded different teams from AWS to Azure cloud within one quarter to make sure we adhere to our cloud policy.</li>
<li>I completely owned the process of onboarding on Azure, which includes initial setup of azure subscription, configuring subnets, tagging polcies and so on.</li>
<li>Designed and implemented several microservice architectures on Azure cloud. These systems are build in automated way using Terraform making use of Azure Kubernetes Service (AKS).</li>
<li>Appointed as a Subject Matter Expert to advise multiple teams on virtualization & containerization solutions.</li>
<li>Used a combination of azure devops, GitHub Actions, Helm charts and argocd for deployment in multiple projects.</li>
<li>Configured centralize logging using scalyr to analyze system and service logs at single plane.</li>
<li>Prometheus, Alertmanager, Grafana stack is configured to monitor system and service level metrics.</li>
<li>Used different Azure services like Postgres Hyperscale Citus, Postgres Flexible server, CosmosDB, Fileshare, Blob Storage, AKS, Azure VMs, VM ScaleSets, Azure Datafactory, NSG and so on.</li>
</ul>
</div>
</div>
<div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">Addressing</h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-left text-md-right">Feb 2020 - Jan 2022</div>
</div>
<div class="item-content">
<p>Addressing is not a project but a sub-department in engineering, which basically handles the addressing related features in the Map. I am responsible to manage devops activities for addressing that includes infrastructure automation, configuring deployment pipelines, taking things from dev to production and so on.</p>
<p>Technologies: Docker, Kubernetes, Rancher, Elasticsearch, Curator, Fluentd, Kibana, Grafana, Prometheus, Alertmanager, Helm, Nginx Ingress, ExternalDns, Jenkins, Ansible, Logstash, SonarQube.</p>
<ul class="resume-list">
<li>Played a vital part in deciding on the technology and tools for various initiatives.</li>
<li>Aided in the adoption of a devops culture among the team and department.</li>
<li>Participated in the process of bringing ideas from conception to production.</li>
<li>Oversee efforts to reduce cloud costs within department.</li>
<li>Configured Rancher in HA mode to build mulitple highly available Kubernetes clusters on AWS.</li>
<li>Prometheus, Grafana and Alertmanager are used to set up a centralised monitoring and alerting system for multiple clusters with 100+ nodes.</li>
<li>Built a highly available EFK stack (Elasticsearch, Fluentd, Kibana) to configure centralised logging of 100+ GBs of logs from multiple Kubernetes cluster.</li>
<li>Configured Logstash to parse 100+ GBs of logs so they could be analysed later in relevant dashboards.</li>
<li>Designed and implemented a build system using Jenkins that can manage deployment over 100+ servers.</li>
<li>Installed and configured SonarQube for code quality analysis of multiple codebases.</li>
<li>Used a combination of Jenkins, Terraform, Helm and Ansible for deployment on 100+ nodes.</li>
<li>Created helm charts for java springboot based services.</li>
<li>Implemented elasticsearch index cleanup job using python SDK of elasticsearch that deletes old indices based on size and age, as per my research this feature is not yet available in any existing tools like curator.</li>
<li>Automated the process of DNS record creation on AWS route53 for the services deployed on kubernetes cluster using a combination of nginx-ingress and externaldns.</li>
<li>Guided and supported multiple teams of 40+ developers in their day-to-day devops activities.</li>
</ul>
</div>
</div>
<div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">Workflow</h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-left text-md-right">Feb 2019 - Jan 2020</div>
</div>
<div class="item-content">
<p>Workflow focuses on streamlining the entire map making process and making it more productive. Its a sort of BPM for map making process that will act as a workflow engine. It will track all the maps sources (leads) moving through different systems belonging to different departments in the company and will track and analyze this map data.</p>
<p>Technologies: Docker, Kubernetes, Rancher, Elasticsearch, Fluentd, Kibana, Grafana, Prometheus, Kafka, Helm, Cert Manager, Nginx Ingress, camunda.</p>
<ul class="resume-list">
<li>Evaluated different tools like kubespray, AWS EKS, KOPS, etc for configuring Kubernetes cluster, in the end settled down on Rancher.</li>
<li>Designed and implemented a microservice architecture using Kubernetes on AWS. Rancher was used to configure the cluster with monitoring and logging enabled.</li>
<li>Used rancher in-built monitoring stack, to configure monitoring using prometheus, alertmanager, garafana stack.</li>
<li>Set up the elasticsearch cluster with x-pack security enabled and RBAC on Kibana, that ingest the cluster and service level logs.</li>
<li>Installed and configured highly available streaming cluster using Kafka with security features like encryption, authentication and authorization enabled that can stream millions of leads (map sources) between different systems.</li>
<li>Used helm charts to deploy any applications on kubernetes.</li>
<li>Exposed services deployed on kubernetes using nginx ingress controller to serve requests from increasing userbase.</li>
<li>Instrumented the java springboot based services using micrometer library to expose metrics in prometheus format.</li>
<li>Built a workflow engine using Camunda on top of kubernetes that orchestrates millions of leads (maps sources) between different systems.</li>
</ul>
</div>
</div>
<div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">Prithvi (Priority Through Varied Information)</h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-left text-md-right">Aug 2018 - Jan 2020</div>
</div>
<div class="item-content">
<p>Prithvi is an Map Quality Specification (MQS) tool, which defines the map quality. This system gives priority of particular location so that map editors can priorities there map editing tasks.</p>
<p>Technologies: Java, HaProxy, Elasticsearch, Kibana, Docker, AWS, Jenkins, Terraform, Ansible,Kong, Cachet, Grafana, Prometheus.</p>
<ul class="resume-list">
<li>Containerized Java based services using Docker.</li>
<li>Designed and implemented IAAS platform on AWS with automated deployment using Terraform, Ansible and Jenkins.</li>
<li>Employed different AWS services like EC2, VPC, IAM, Route53, ECR, RDS, Elasticache (Redis) etc.</li>
<li>Configured highly available elasticsearch stack (elasticsearch, kibana) on AWS with RAID0 disks for faster read/writes to store geospatial data.</li>
<li>To adhere with data retention policies, elasticsearch backup and restore mechanism is enforced. The backup data is stored on AWS S3.</li>
<li>Evaluated and deployed highly available api gateway using Kong that serves request to increasing user base, behind the scenes the internal services where exposed using HAProxy.</li>
<li>Built an internal status page for the system to notify about the overall system state to internal teams using Cachet.</li>
<li>Employed Grafana and Prometheus to monitor the system.</li>
</ul>
</div>
</div>
<div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">SAMBA (Source AutoMation and Blending Agent)</h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-left text-md-right">Aug 2018 - Dec 2018</div>
</div>
<div class="item-content">
<p>SAMBA is a unified source database that will help in map making process. It ingests, and aggregates leads (map data) from various sources. This system overall helps map editors in there map editing tasks.</p>
<p>Technologies: Nodejs, Java, MongoDB, Percona-monitoring, Docker, AWS, Jenkins, Terraform, Ansible.</p>
<ul class="resume-list">
<li>Containerized frontend (Nodejs) and backend (Java) applications using Docker.</li>
<li>Designed and implemented IAAS platform on AWS with automated deployment using Terraform, Ansible and Jenkins.</li>
<li>Employed different AWS services like EC2, VPC, IAM, Route53, ECR, etc.</li>
<li>Implemented highly available database using MongoDB cluster on AWS to store Map data.</li>
<li>Designed and implemented monitoring for entire system including database using Percona monitoring tool.</li>
</ul>
</div>
</div>
<div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">Cisco IOTSP</h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-left text-md-right">Jul 2015 - Aug 2018</div>
</div>
<div class="item-content">
<p>Cisco IOTSP is a platform to solve common challenges in IoT environments where devices and applications are highly distributed. This new class of platform, an IoT data fabric, helps you put compute power where you need it. Get the right data to the right applications at the right time to drive better business outcomes. Now it’s a part of Cisco kinetic product.</p>
<p>Technologies: Docker, Mesos, Marathon, Zookeeper, Consul, Chronos, Artifactory, Git, Jenkins, Terraform, Ansible, Packer, Vagrant, AWS, Openstack, Vagrant, Cloud-init, Telegraf, Influxdb, Grafana, Kapacitor, CentOS, Ubuntu, shell, python, awscli, infosec, kubernetes, pagerduty, pingdom, statuspage, Jira.</p>
<ul class="resume-list">
<li>Worked on complex enterprise application in Cloud Infrastructure domain.</li>
<li>Experience in building fairly complex microservices based IoT-platform using Docker, Mesos, Marathon, Zookeeper, Consul DNS discovery, HAProxy, Chronos, Artifactory, Terraform, Ansible, Packer, Vagrant, Cloud-init.</li>
<li>Development and implementation of various AWS public cloud offerings like EC2, RDS, S3, Route53, VPC, EBS, EFS, aws spot instance, aws autoscaling groups, etc</li>
<li>Developed docker base images for infra components.</li>
<li>Handled system-level upgrades like OS and kernel upgrades.</li>
<li>Experience with monitoring stack like TIGK (Telegraf Influxdb Grafana Kapacitor), private cloud openstack, shell and python scripting.</li>
<li>Experience working in Linux environment - CentOS, Ubuntu.</li>
<li>Extensively worked on Agile (SCRUM) model.</li>
<li>Worked with AWS and Openstack clients like awscli, python-openstackclient.</li>
<li>Worked on applying infosec changes for OS and container hardening. Also applied patches for vulnerabilities like Dirty COW, spectre, meltdown.</li>
<li>Sound knowledge of container runtime like Docker (runc, containerd), container orchestrator like Mesos and kubernetes.</li>
<li>On-call in ops team to monitor production systems, also used operations tools like pagerduty, pingdom, statuspage.</li>
<li>Experience with Jira and Confluence.</li>
<li>Hands-on Linux and container debugging skills.</li>
</ul>
</div>
</div>
</section>
<section class="project-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Information</h3>
<div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-12 col-lg-12 mb-2 mb-md-0">Certifications</h4>
</div>
<div class="item-content">
<p></p>
<ul class="list-unstyled resume-skills-list">
<li class="mb-2">Certified Kubernetes Administrator (CKA) [Scored 98%]</li>
<li class="mb-2">Certified Kubernetes Application Developer (CKAD) [Scored 96%]</li>
<li class="mb-2">Microsoft Certified Azure Fundamentals [Scored 85%]</li>
<li class="mb-2">Microsoft Certified Azure Administrator Associate [Scored 91.5%]</li>
<li class="mb-2">Certified Jenkins Engineer (CJE) [Scored ~76%]</li>
<li class="mb-2">Certified Calico Operator: Level 1</li>
<li class="mb-2">Certified Rancher Operator: Level 1</li>
</ul>
</div>
</div>
<div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-12 col-lg-12 mb-2 mb-md-0">Technology Stack</h4>
</div>
<div class="item-content">
<p></p>
<ul class="list-unstyled resume-skills-list">
<li class="mb-2">CI/CD - Jenkins, Azure Devops, Github Actions</li>
<li class="mb-2">Cloud Computing - AWS, Azure, Openstack, IBM Bluemix</li>
<li class="mb-2">Infrastructure Automation - Terraform, Vagrant, Packer, Rancher</li>
<li class="mb-2">Service Discovery - Consul, CoreDNS</li>
<li class="mb-2">Load Balancer - HAProxy, Nginx, Traefik, AWS ELB, Azure LB</li>
<li class="mb-2">Configuration Management - Ansible</li>
<li class="mb-2">Container Runtime - Docker</li>
<li class="mb-2">Container Orchestrator - Mesos, Kubernetes</li>
<li class="mb-2">Monitoring - TIGK (Telegraf, InfluxDB, Grafana, Kapacitor), Percona, Prometheus, Alertmanager</li>
<li class="mb-2">API Gateway - Kong, Nginx-ingress, Traefik-ingress</li>
<li class="mb-2">Container Security - Twistlock, Coreos Clair, Docker-bench security, KubeClarity</li>
<li class="mb-2">Scripting - Bash, Python</li>
<li class="mb-2">Database - Elasticsearch, MongoDB, PostgreSQL, RDS</li>
<li class="mb-2">Log Collector - Fluentd, Filebeat</li>
<li class="mb-2">Packaging Tool - Helm</li>
<li class="mb-2">Visualization - Kibana</li>
<li class="mb-2">Source Code Management - Git</li>
<li class="mb-2">Ticketing System - Jira</li>
<li class="mb-2">Collaboration Software - Confluence</li>
<li class="mb-2">Operations Tools - Pagerduty, Pingdom, Statuspage</li>
<li class="mb-2">Operating systems - Ubuntu, CentOS, Linux, Windows</li>
</ul>
</div>
</div>
<div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-12 col-lg-12 mb-2 mb-md-0">Interests</h4>
</div>
<div class="item-content">
<p>Table Tennis, Computers, Gaming, Reading</p>
<ul class="list-unstyled resume-skills-list">
</ul>
</div>
</div>
</section>
</div>
<aside class="resume-aside col-12 col-lg-4 col-xl-3 px-lg-4 pb-lg-4">
<section class="education-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Education</h3>
<ul class="list-unstyled resume-education-list">
<li class="mb-3">
<div class="resume-degree font-weight-bold">BE Computer</div>
<div class="resume-degree-org text-muted">Maharashtra Institute of Technology</div>
<div class="resume-degree-time text-muted">2011 - 2015</div>
</li>
</ul>
</section>
<section class="education-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Awards</h3>
<ul class="list-unstyled resume-awards-list">
<li class="mb-3">
<div class="font-weight-bold">CivoCloud Ambassador</div>
<div class="text-muted">https://www.civo.com/ambassadors</div>
<div class="text-muted">2020</div>
</li>
<li class="mb-3">
<div class="font-weight-bold">Open sorcerer Award</div>
<div class="text-muted">Open source contribution in Docker</div>
<div class="text-muted">2016</div>
</li>
</ul>
</section>
<section class="skills-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Skills</h3>
<div class="item">
<h4 class="item-title">Technical</h4>
<ul class="list-unstyled resume-skills-list">
<li class="mb-2">Bash/Python</li>
<li class="mb-2">Docker/Helm/Packer</li>
<li class="mb-2">Kubernetes/Mesos/Rancher</li>
<li class="mb-2">ELB/Azure-LB/Haproxy</li>
<li class="mb-2">Terraform/Vagrant/Ansible</li>
<li class="mb-2">AWS/Azure</li>
<li class="mb-2">Linux/Centos/Ubuntu/Windows</li>
<li class="mb-2">Elasticsearch/Logstash/Fluentd/Kibana</li>
<li class="mb-2">Grafana/Prometheus/Alertmanager</li>
<li class="mb-2">Postgresql/MongoDB/DynamoDB/RDS</li>
<li class="mb-2">Infrastructure Automation</li>
<li class="mb-2">Microservices</li>
<li class="mb-2">CI/CD</li>
</ul>
</div>
<div class="item">
<h4 class="item-title">Professional</h4>
<ul class="list-unstyled resume-skills-list">
<li class="mb-2">Effective communication</li>
<li class="mb-2">Team player</li>
<li class="mb-2">Strong problem solver</li>
<li class="mb-2">Good time management</li>
</ul>
</div>
</section>
<section class="skills-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Languages</h3>
<ul class="list-unstyled resume-lang-list">
<li class="mb-2">English <span class="text-muted">(Professional)</span></li>
<li class="mb-2">Hindi <span class="text-muted">(Native)</span></li>
<li class="mb-2">Marathi <span class="text-muted">(Native)</span></li>
</ul>
</section>
<section class="skills-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Interests</h3>
<ul class="list-unstyled resume-interests-list mb-0">
<li class="mb-2">Table Tennis</li>
<li class="mb-2">Computers</li>
<li class="mb-2">Gaming</li>
<li class="mb-2">Reading</li>
</ul>
</section>
</aside>
</div>
</div>
<hr>
<div class="resume-footer text-center">
<ul class="resume-social-list list-inline mx-auto mb-0 d-inline-block text-muted">
<li class="list-inline-item mb-lg-0 mr-3">
<a class="resume-link" href="//github.com/milindchawre" target="_blank">
<i class="fab fa-github-square fa-2x mr-2" data-fa-transform="down-4"></i>
<span class="d-none d-lg-inline-block text-muted">milindchawre</span>
</a>
</li>
<li class="list-inline-item mb-lg-0 mr-3">
<a class="resume-link" href="//linkedin.com/in/milind-chawre" target="_blank">
<i class="fab fa-linkedin fa-2x mr-2" data-fa-transform="down-4"></i>
<span class="d-none d-lg-inline-block text-muted">milind-chawre</span>
</a>
</li>
<li class="list-inline-item mb-lg-0 mr-3">
<a class="resume-link" href="//stackoverflow.com/users/6790948/mchawre?tab=profile" target="_blank">
<i class="fab fa-stack-overflow fa-2x mr-2" data-fa-transform="down-4"></i>
<span class="d-none d-lg-inline-block text-muted">mchawre</span>
</a>
</li>
<li class="list-inline-item mb-lg-0 mr-3">
<a class="resume-link" href="//twitter.com/milindchawre" target="_blank">
<i class="fab fa-twitter-square fa-2x mr-2" data-fa-transform="down-4"></i>
<span class="d-none d-lg-inline-block text-muted">@milindchawre</span>
</a>
</li>
<li class="list-inline-item mb-lg-0 mr-3">
<a class="resume-link" href="//milindchawre.github.io/site" target="_blank">
<i class="fas fa-blog fa-2x mr-2" data-fa-transform="down-4"></i>
<span class="d-none d-lg-inline-block text-muted">blog</span>
</a>
</li>
<li class="list-inline-item mb-lg-0 mr-3">
<a class="resume-link" href="//facebook.com/milind.chawre" target="_blank">
<i class="fab fa-facebook-square fa-2x mr-2" data-fa-transform="down-4"></i>
<span class="d-none d-lg-inline-block text-muted">milind.chawre</span>
</a>
</li>
</ul>
</div>
</article>
</div>
<footer class="footer text-center py-4">
<small class="copyright text-muted">Designed with <i class="fas fa-heart"></i> by <a class="theme-link" href="http://themes.3rdwavemedia.com" target="_blank">Xiaoying Riley</a> for developers</small>
<br>
<small class="copyright">2022 © Ported to Hugo by <a href="https://github.com/cowboysmall" target="_blank">CowboySmall</a></small>
</footer>
</div>
<script defer src="https://use.fontawesome.com/releases/v5.8.1/js/all.js" integrity="sha384-g5uSoOSBd7KkhAMlnQILrecXvzst9TdC09/VM+pjDTCM+1il8RHz5fKANTFFb+gQ" crossorigin="anonymous"></script>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-XXXXXXX-Y', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
</body>
</html>