diff --git a/content/resume/_index.md b/content/resume/_index.md index 911795e..1809524 100644 --- a/content/resume/_index.md +++ b/content/resume/_index.md @@ -7,17 +7,17 @@ draft: false {{% resume/work-experience name="Red Hat" title="Cloud/Software Engineer Intern" date="May 2020 — Aug 2021" %}} -- Reduced deployment time by **66%** by implementing ability to +- Reduced deployment time by **66%** by [implementing ability](https://github.com/apache/incubator-kie-kogito-operator/commit/175a6356c5474f2360ccb8ae835e0b9b2d653cf1) to deploy locally-compiled binaries onto **Kubernetes**/**OpenShift** using only command-line. - Implemented ability for Kubernetes operator to fetch data from a deployed service and update config with data. - Added startup probes to handle starting legacy application containers that require additional startup time. -- Refactored probes to have default values assigned based on +- Refactored probes to [have default values](https://github.com/apache/incubator-kie-kogito-operator/commit/af4977af228ec8648be28779259d4552246b656f) assigned based on deployed YAML while also fixing reconciliation issues. - Automated the promotion and release process - as part of the **Jenkins** release pipeline. -- Wrote documentation on how to get started with the project to onboard new + as part of the **Jenkins** [release pipeline](https://github.com/apache/incubator-kie-kogito-pipelines/commit/4c83f1aecdea2c1ba2796b79839a90d4083dce88). +- Wrote [documentation](https://github.com/apache/incubator-kie-kogito-operator/blob/1534c03d1d26bec08a16608a775782bf8b305de9/docs/GUIDE_FOR_KOGITO_DEVS.md) on how to get started with the project to onboard new developers and mentored the incoming intern. {{% /resume/section %}} @@ -31,8 +31,8 @@ url="https://kevin-mok.com/server/" date="May 2024" show="true" %}} - Deployed [various web apps](https://kevin-mok.com/server/) using **Docker** (Compose) and on an **AWS EC2** Debian/**Linux** server. -- Created **Kubernetes** [manifest files](https://github.com/Kevin-Mok) to quickly recreate my server setup - (with persistent storage/restarts and open ports). +- Created **Kubernetes** [manifest files](https://github.com/Kevin-Mok/aws-minicube) to quickly recreate my server setup + with persistent storage/restarts and open ports. - Used Amazon Route 53's DNS and **NGINX** to route subdomains to each web application. - Used AWS security groups to allow inbound HTTPS traffic.