okeybukks.hashnode.devSimplify Multi-Service Docker Access in AWS: A Guide to Load Balancing and Route53 SubdomainsDuring a recent standup meeting in my internship, a stimulating conversation arose regarding the scalability of Docker services running on a single instance. The goal was to enhance their resilience and performance by distributing them across multipl...Oct 2, 2023·6 min read
okeybukks.hashnode.devManaging Cloud Resource Costs with Infracost and Open Policy Agent in a Jenkins Pipeline for DeploymentIn your deployment phase, a crucial question to address is the cost estimation of the resources required for deploying your amazing application within the allocated or recommended budget. Failing to address this question could result in exceeding the...Jun 12, 2023·7 min read
okeybukks.hashnode.devTransferring Build Artifacts between jobs in Jenkins.The purpose of this article is to help anyone transfer their artifacts or let's say files between jobs in a Jenkins pipeline. What exactly are Build Artifacts, according to JetBrains, these are files created by build processes such as distribution pa...Jun 6, 2023·3 min read
okeybukks.hashnode.devInstallation of PHP 7.4 on Ubuntu from ppa:ondrej/php package repoThe installation of PHP 7.4 on an Ubuntu Linux Distro is pretty straight forward. The following steps are to be taken for the successful installation of PHP in an Ubuntu machine and also securely transferring the /etc/apt/sources.list, /etc/apt/sourc...Oct 5, 2022·2 min read
okeybukks.hashnode.devCalculation of Network IP, Number of hosts, Range of IP addresses and Broadcast IP from a given Subnet.The sample IP and subnet for the above calculations is 193.16.20.35/29. The IP address is 193.16.20.35 and subnet is 29. Calculating Network IP. In the calulation of Network IP, the ip and subnet in binary form are necessary to get the Network IP....Oct 2, 2022·2 min read