PinnedHow to create a Static Outbound IP for Google Cloud Functions using TerraformMost of us have created a server-less function which generates a dynamic IP addresses. In some cases, you might want traffic originating from your function to be associated with a static IP address. It is mostly required when we want to whitelist a specific IP address when integrating with our…Terraform3 min read
PinnedHow to Secure SSH?SSH stands for Secure Shell. The term “SSH” refers to either the SSH protocol or the software tools that enable system administrators and users to establish secure connections to distant systems through that protocol. It is an encrypted protocol for establishing a secure connection over an unsecured network, such as…Dev Ops4 min read
Mar 27wow 👨🏻💻i was looking for this. thanks for sharing 🙏1Manzeel UpretyHi Manzeel,Hi Manzeel, Thanks for reviewing.1 min readHi Manzeel,Thanks for reviewing.----
Mar 27Nice article, roles would be more efficient1ShashankHi Shashank,Hi Shashank, Thanks for the feedback. Will consider this next time around.1 min readHi Shashank,Thanks for the feedback. Will consider this next time around.----
Feb 22Hosting a Static Website on AWS S3 using TerraformHere you will understand how to use Terraform to get your static websites up and running on AWS. This is an extremely cost-effective method of website hosting. I’ll show you how to use AWS to launch a static website by uploading your website content to an S3 bucket and configuring…Terraform5 min read
Feb 18AWS with Terraform and Jenkins PipelineWhat is Terraform? Terraform is an open-source infrastructure as code (IAC) platform for building, managing, and deploying production-ready environments. Terraform uses declarative configuration files to codify cloud APIs. Terraform is capable of managing both third-party services and unique in-house solutions. What is Jenkins? Jenkins is a free and open-source continuous integration and delivery (CI/CD) automation server…AWS7 min read
Feb 18Create a Custom Helm TemplateIntroduction Helm is a Kubernetes package manager that makes packaging, configuring, and deploying apps and services to Kubernetes clusters quick and easy. Helm charts are one of the best practices for building efficient clusters in Kubernetes. It contains the resource definitions necessary to run an application, tool, or service inside of…Kubernetes7 min read
Feb 5Kubernetes With AnsibleIt’s critical to automate the management of each containerized application if you’re managing a big number of containers. In case you are wondering how, it is possible using the Ansible Kubernetes module. …Ansible4 min read
Jan 27Linux Kernel Development ModelLinux Kernel It is a result of collaborative development efforts from developers across the globe. Small incremental changes also known as patches include: New Features Enhancements Bug Fixes Q: How frequent is the Kernel release? A: A release happens every 2 to 3 months. …Linux5 min read
Jan 27Install LEMP Stack on KubernetesA LEMP software stack is a group of open source software that is typically installed together to enable a server to host dynamic websites and web apps. This term is actually an acronym which represents the Linux operating system, with the ENginx web server (which replaces the Apache component of…Kubernetes3 min read