diff options
author | Aaron Ball <nullspoon@oper.io> | 2021-08-12 17:47:51 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2021-08-12 17:50:17 -0600 |
commit | 15b1ddbd36efd59d34af802bfbc31dec4b4b12ff (patch) | |
tree | 2c4c0bd5200339781c345441c0cfe78095d9fc81 | |
parent | 1b6481fe9fd15d99e36d63ea2094ff76ed6abeac (diff) | |
download | resume-15b1ddbd36efd59d34af802bfbc31dec4b4b12ff.tar.gz resume-15b1ddbd36efd59d34af802bfbc31dec4b4b12ff.tar.xz |
Some additions to DataRobot
Bits about Artifactory kubernetes migration, terraform kubernetes
migration, and some small fixes here and there.
-rw-r--r-- | resume.adoc | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/resume.adoc b/resume.adoc index 29226f6..a0ea543 100644 --- a/resume.adoc +++ b/resume.adoc @@ -65,7 +65,15 @@ EMPLOYMENT * Worked with Ansible, Packer, and Terraform to automate system build processes (AWS AMIs, KVM backing disks, laptops) -* Version controlled hundreds of Jenkins job configurations and enforced peer +* Fully migrated a three node Artifactory cluster from EC2 to Kubernetes using + Kustomize to manage multiple environments for testing. Upgrades and + maintenance now occur at any time during the day with no downtime for end + users. + +* Migrated all Terraform Kubernetes code away from Terraform and into + Kubernetes native to improve reliability and state management. + +* Version controlled thousands of Jenkins job configurations and enforced peer review by storing all job configs in git repos as JJB (Jenkins Job Builder) templates and deploying with automation on merge request review and approval. @@ -74,7 +82,7 @@ EMPLOYMENT Automation registered nodes with their configured Jenkins masters on boot, and deregistered, refreshed to a clean disk state, and reregistered after a Jenkins job finished running, automatically maintaining a clean system state - for all jobs. + for all jobs with no plugins required and 4 simple scripts. * Defined upgrade process and worked with all concerned teams to upgrade automation infrastructure from Ubuntu 16.04 to 18.04. Updated all automation |