Personal details

Adetokunbo I. - Remote DevOps engineer

Adetokunbo I.

Based in: 🇨🇦 Canada
Timezone: Pacific Time (US & Canada) (UTC-7)

Summary

Hi, I'm Adetokunbo Temitayo Ige | a DevOps Engineer with experience in Platform Engineering, SRE, Database Administration, and Technical Writing. I want to share my knowledge with the community. Also educate and share my experience with people.

Blog: https://igeadetokunbo.medium.com/

Work Experience

Senior Technical Engineer - DevOps
Emirates Airline | Dec 2019 - Dec 2022
Azure
Docker
Kubernetes
Go (Golang)
Helm
Helm Charts
Spinnaker
DevOps
AWS (Amazon Web Services)
- Built an Enterprise DevSecOps Platform using AWS, Kubernetes, Jenkins, Vault, Spinnaker, Terrraform, Ansible, Helm, Splunk, OPA, Golang, Python, Groovy - Maintained different Terraform Modules which are widely used by the organization
Team Lead SRE
Interswitch | Aug 2015 - Dec 2019
PowerShell
Ansible
Nagios
Chef Server
Terraform
Go (Golang)
AWS (Amazon Web Services)
+ DevOps + SQL Server Administration (HA and AlwaysOn) + Strong understanding of HTTP and TCP/IP + Experience with Apache and Nginx web servers + Management of cloud platforms, AWS, Azure and Google cloud platforms + Business Automation and improving current processes.. + Chef Deployment + Oracle Database Maintenance + Service desk management + Server Administration (Redhat, Windows, CentOs) + Manage VMWare Environment with over 2000 servers in Production, DR, and staging environments + f5 (Load Balancer) configuration + Monitoring of existing systems using several monitoring tools such as Nagios, AppDyanmics, Kibana, and SQLMonitor. + Troubleshoot production incidents, finding the root cause and ensuring a sustainable incident response has been implemented in order to prevent future occurrences.

Personal Projects

Created a CICD pipeline for running AWS App Runner and Ampilify
2024
Git
Bash
Amazon S3
DynamoDB
Terraform
GitHub Actions
AWS (Amazon Web Services)
Created a CICD pipeline using GitHub Actions which creates infrastructure on AWS for App Runner and Amplify. It builds the application code from the Dockerfile, pushes the Docker image to ECR, commits the newly built image tag to the repository, raises PR, and merges the code with the new tag. This image is now deployed to the app runner using the pipeline. It also builds the front-end applications to amplify and deploy the changes.
Ansible Playbook to perform routine tasks
2024
Python
Bash
Ansible
Wrote a script for automating the running of routine tasks using Ansible and Python. The script gets the IP address of the hosts from a text file and loops through the text file to populate the inventory file. Once the Python scripts get all the hosts to build the inventory file, it runs the Ansible playbook to perform routine tasks. These routine tasks can be something like getting the date on the servers and getting the version of software on the servers. Imagine a situation whereby you want to get the Java version of 500 servers and you would like to output the results into a file. This script will come in handy to execute such a situation.