How to create linode instances and load balancer with terraform
Linode is a cloud hosting provider that focuses on providing Linux powered virtual machines to support a wide range of applications. Terraform is a tool for building, changing, and versioning infrastructure safely and efficiently. Terraform can manage existing and popular cloud service providers as well as custom in-house solutions.
Terraform is an IaC (infrastructure as code) tool. In this post, I’m writing how to create and manage Linode instances with terraform. It makes life easier for any developer. I recently did a course by Nana Janashia and this course used…
In my previous post, I wrote a go application that displays the GPS location of any IP address. Here in this post, I’ll explain how to deploy the same in minikube.
If you are new to kubernetes and want to learn, I recommend this youtube playlist.
Minikube is a tool that makes it easy to run Kubernetes locally. Minikube runs a single-node Kubernetes cluster inside a Virtual Machine (VM) on your laptop for users looking to try out Kubernetes or develop with it day-to-day.
Go is getting more and more popular as the go-to language to build web applications. With this post, I hope to show you how you can containerize a web application written in Go.
I’ve written a go web application called IP Location Mapper which helps find the location of any IP address. It performs an API call to ipstack.com to fetch the location of the IP address. ipstack.com provides 10,000 API requests free per month.
Once the API request is made, the response is stored in a redis cache with a TTL of 24 hours for faster retrieval and thereby…
The year 2016 was one of the most talked about years in the 21st century about elections in the United States
with the main reason being for the first time the elections included a presidential candidate who never had a political background and is one of the most disctinct personalities in America. Yes, It is Donald Trump
that we are looking at.
Tag Cloud for London,England google reviews
Tag Cloud for New York City’s google reviews
Tag Cloud for Dublin,Ireland google reviews
Tag Cloud for Kuala Lumpur,Malaysia google reviews
This article was originally posted on my own site.
The year 2016 was one of the most talked about years in the 21st century about elections in the United States
with the main reason being for the first time the elections included a presidential candidate who never had a political background and is one of the most disctinct personalities in America. Yes, It is Donald Trump
that we are looking at.
With all the issues, controversial videos leaked, media pressure on Donald Trump
taking everyone by surprise, Trump became the president of the United States of America defeating an extremely famous politician by the name Hillary Clinton
. …
Software Developer