diff options
| -rw-r--r-- | index.html | 21 |
1 files changed, 14 insertions, 7 deletions
@@ -11,7 +11,7 @@ <body> <h1><big>Kumar Damani</big></h1> -<h2><small>Last updated: 06 June. 2022</small></h2> +<h2><small>Last updated: 02 July. 2022</small></h2> <section class="flex-container"> @@ -47,17 +47,16 @@ </li> <li>Helpthehome(less) <ul> - <li><a target="_blank" href="https://gitlab.com/kdam0/helpthehomeless">Source on GitLab</a></li> <li><a target="_blank" href="https://helpthehome-prod.herokuapp.com/">Project info page</a></li> - <li>Built with: NodeJs, React-Native, MongoDB, Pug (jade)</li> - <li>Here is a <a href="https://gitlab.com/kdam0/helpthehomeless/commit/6b91cafd7884e1bc5286f17a5c0e5c045130befb" target="_blank">sample merge request</a> I made.</li> + <li><a target="_blank" href="https://gitlab.com/kdam0/helpthehomeless">Source on GitLab</a></li> + <li>Using: NodeJs, React-Native, MongoDB, Pug (jade)</li> </ul> </li> <li>Solutions Repo <ul> - <li><a target="_blank" href="https://gitlab.com/kdam0/solutions_repo">Source on GitLab</a></li> <li><a target="_blank" href="https://solutionsrepo-prod.herokuapp.com/">Project home page</a></li> - <li>Built with: NodeJs, MongoDB, Handlebars</li> + <li><a target="_blank" href="https://gitlab.com/kdam0/solutions_repo">Source on GitLab</a></li> + <li>Using: NodeJs, MongoDB, Handlebars</li> </ul> </li> </ul> @@ -67,7 +66,15 @@ <li> <p> <em>[2020 - now]</em> - <p>Currently working as a <strong> DevOps Specialist </strong> at <a target="_blank" href="https://kepler.space"> Kepler </a> 🛰️. All of our infrastructure is in-house and I'm working with a variery of interesting low-level HW - raspberry pis, RF Matrix etc., which is a totally new context for me, coming from k8s, ES world. There is so much specialized "space" related equipment here that it presents a great oppurtunity to develop and refine my skills. Beyond that, I've also learned a ton about networking and networking automation. I am currenly the only "DevOps" guy here, but I've met a few people that know the important stuff just as well.</p> + <p>Currently working as a <strong> DevOps Specialist </strong> at <a target="_blank" href="https://kepler.space"> Kepler </a> 🛰️. + This is a mostly software (infrastructure) dev gig for a start-up, which is a bit new for me coming from a pure "DevOps" role for a mature company. There is a ton of specialized "space" related equipment here that presents interesting problems. Beyond that, I've learned a ton about embedded computers (RPis), networking and network automation, which has opened my world up to cool home projects for which I am very grateful for. So far, I've been responsible for the following:</p> + <ul> + <li>Implementing a net-boot infrastructure using Packer, PXE, Awx (Ansible Tower) to keep our RPi fleet OS images and configurations in-sync and up-to-date.</li> + <li>Built a custom Linux router to support our lab's hardware testing requirements for on-demand subnet generation/teardown, and Ansible roles for our managed switch inventory required our ethernet related workloads.</li> + <li>Completely revised our test-automation infrastructure by building a hardware-management portal using Django with a RESTful Api (DRF) to facilitate reservation, as well as <a href="https://en.wikipedia.org/wiki/Hardware-in-the-loop_simulation" target="_blank">HITL</a> (Hardware-in-the-loop) testing to allow us to more reliably, and frequently test our HW.</li> + <li>Designed and deployed a production-ready on-prem Kubernetes cluster to be our software platform going forward, while facilitating the migration to Kubernetes for all pre-existing workloads, including (but not limited to) our various distributed databases.</li> + </ul> + <p>Beyond my work as an Individual Contributor, I've also been responsible for instilling "DevOps" principles within our team and projects on our road to maturity.</p> </p> </li> <li> |
