jubriledun.hashnode.devHNG DevOps Stage0 TaskObjective: NGINX Configuration In this project, I’ll host a simple html page on an Nginx server running on an EC2 instance on AWS. This task will demonstrate ability to work with basic web server configurations and deliver a functional web server. Fo...Jan 29, 2025·2 min read
jubriledun.hashnode.devAWS CI/CD ProjectIn this project, we are going to use AWS services to fetch our code, build it and deploy it on AWS Elastic Beanstalk. For this project, we’ll be making use of the following services AWS Elastic Beanstalk: environment to deploy and manage the applica...Nov 22, 2024·2 min read
jubriledun.hashnode.devSet Up a Multi Tier Web Application(Java) on AWSIn this project, we are going to host and run our java application on AWS using a multi tier web application stack. For this project we’ll be making use of the following services EC2 instances: VMs for Tomcat, RabbitMQ, Memcache and MySQL servers. EL...Nov 1, 2024·6 min read
jubriledun.hashnode.devConfiguring NGINX as a Web Server, a Load Balancer and a Reverse ProxyIn this simple hands-on, we’ll be configuring Nginx as a Web Server serving static web contents, as a Load Balancer distributing requests to three backend node.js applications and as a Reverse Proxy proxying requests from one port to another. Nginx :...Oct 1, 2024·3 min read
jubriledun.hashnode.devExposing Kubernetes Pods Using ServicesIn this simple hands on lab, we'll be practising exposing Kubernetes Pods using Services. Kubernetes Services provides a way to expose an application running as a set of Pods. Service acts as an abstraction layer that allows Client to communicate wit...Jul 25, 2024·2 min read