Docker lets you run software services, programs, and application environments inside containers. You can run web servers like Nginx, Apache, MySQL, or MongoDB inside of containers that are separate from your operating system and your whole local machine environment instead of building an app on one machine and having to…
Tola Ore-Aruwaji
I'm passionate about communicating complex problems into understandable and sizeable bits. I'm also a big advocate for building and contributing to Open-source projects.
Announcements from Werner Vogels Keynote at AWS re:Invent 2021 (Day 4)
AWS re:Invent started on Nov 29th :) The year’s biggest Cloud event is being held across multiple sites in Las Vegas, NV, Mon, Nov 29, 2021 – Fri, Dec 3, 2021.Here is a recap of what was announced on Thursday, Dec. 2AMAZON EC2 M1 MAC INSTANCES: Werner’s first…
AWS re:Invent 2021 Day 3 Recap
AWS re:Invent started on Nov 29th :) The year’s biggest Cloud event is being held across multiple sites in Las Vegas, NV, Mon, Nov 29, 2021 – Fri, Dec 3, 2021.Here is a recap of what was announced on Wednesday, Dec. 1AWS Nitro SSD – High Performance Storage for your…
AWS re:Invent 2021: Major Announcements From Adam Selipsky Keynote
AWS re:Invent started yesterday with a lot of exciting and amazing updates, here is a quick recap from Adam Selipsky Keynote. AWS mainframe Modernization: AWS Mainframe Modernization is a unique platform that allows you to migrate your on-premises mainframe workloads to a managed runtime environment on AWS. Mainframe Modernization…
AWS re:Invent 2021 Day 1
AWS re:Invent started today :) The year’s biggest Cloud event is being held across multiple sites in Las Vegas, NV, Mon, Nov 29, 2021 – Fri, Dec 3, 2021. Here are some few announcements today by the AWS team before Adam Selipsky Keynote on Tuesday, Nov. 30 from 8:30…
Deploying Kubernetes Applications using Web UI
The recommended way to deploy your Kubernetes dashboard is to use a kubectl proxy which is a way of accessing the Kubernetes REST API which uses HTTP for connection between the localhost (your local machine) and the proxy server.However, there is an easier way of accessing your Kubernetes dashboard…