diff options
Diffstat (limited to 'app/assets/index.html')
| -rw-r--r-- | app/assets/index.html | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/app/assets/index.html b/app/assets/index.html index 5433cfd..b2cf05a 100644 --- a/app/assets/index.html +++ b/app/assets/index.html @@ -103,15 +103,21 @@ <em class="job-position__duration">Feb. 2022 - Jul. 2022</em> <em class="job-position__location">Berlin, Germany</em> </div> + <p class="note">Working as part of the <b>Engineering Enablement</b> team, that provides infrastructure, + internal tooling, docs, CloudFoundry platform, and Kubernetes clusters, + to help them with their daily tasks.</p> <ul class="tasks"> - <li>Worked on internal <a href="https://github.com/springernature/halfpipe">(open-source)</a> - tooling for easier integration with CI/CD.</li> - <li>Implemented reusable GitHub Actions workflows for deploying to CloudFoundry, Kubernetes, - Docker Registry, and many other commonly used actions by developer teams.</li> - <li>Implemented tooling to show and report Kubernetes deployment failure to respective teams.</li> - <li> Implemented alert-routing service, to integrate with Prometheus alert-manager and route alerts - to different teams/projects preconfigured Slack channel/email.</li> - <li>Maintained docs used by development teams, to integrate and use the internal platforms.</li> + <li>Worked on internal <a href="https://github.com/springernature/halfpipe">(halfpipe)</a> + tooling for building CI/CD pipelines on Github actions and Concourse.</li> + <li>Implemented reusable GitHub Actions workflows for deploying to CloudFoundry, Kubernetes, and + Docker Registries.</li> + <li>Implemented tooling to show and report Kubernetes deployment status (from CI/CD) to respective teams, + and notify them on failure. + </li> + <li> Implemented alert-routing service, to integrate with Prometheus + <a href="https://prometheus.io/docs/alerting/latest/alertmanager/">alert-manager</a>. + And sends alerts to different teams/projects, and preconfigured Slack channels or emails.</li> + <li>Maintained team docs used by other development teams, to integrate with and use internal platforms.</li> <li>Maintained terraform-provisioned infrastructure of different parts of the platforms.</li> </ul> </article> |
