Author: Yamika Rajput

How to Create Cronjobs with Kubernetes Client Python?

Reading Time: 3 minutes Hello Readers! In this blog, we will see How to Create Cronjobs with Kubernetes Client Python. As we all know that generally, we use kubectl commands for creating, listing, updating, and deleting the Kubernetes resources. But In this blog, we will see how we can use python for doing these things with resources.  Installation: From source: From PyPI directly: Now, we have installed the python-Kubernetes package installed. Continue Reading

java blogs

How to host WordPress on Google Cloud MarketPlace

Reading Time: 3 minutes Hello Folks, In this article I’m going to show you How to host WordPress on Google Cloud MarketPlace in just a few steps. also, what is WordPress and what are the benefits to host it on Google Cloud future we’ll publish a blog on hosted WordPress. so let’s begin What is WordPress? WordPress is an open-source, Content Management System(CMS) written in PHP and paired with Continue Reading

aws

How to configure Amazon EventBridge for ec2 state

Reading Time: 3 minutes Hello Readers, In this blog we’re going to learn How to configure AmazonEvent Bridge for ec2 state and we’re going to do this by Amazon SNS for that specifically, I’m going to cover How we can get an email notification every time the ec2 instance state will change. Using an event bridge rule and if you want to Schedule a Lambda Function using Amazon EventBridge Continue Reading

How to deploy an application using Consul on Minikube

Reading Time: 3 minutes Hello folks, In this blog, we’ll learn about how to deploy an application using consul on Minikube and how to deploy the Consul with the official Helm chart or the Consul K8S CLI.  if you’re not familiar with HashiCorp consul you can check out my blogs. let’s begin with prerequisites kubectl helm minikube Start Minikube so minikube had to download the few megabytes of dependencies and Continue Reading

aws

How to create hosted zone and records in route53 using boto3

Reading Time: 4 minutes Hello folks. In this blog, I’ll explain what is route53, why we need it and after that, we’ll see how to create hosted zone and records in route53 using boto3. refer to this for a basic understanding of Amazon route52 web service. What is route53? Amazon route 53 is a DNS service that gives developers an efficient way to connect users to internet applications without Continue Reading

black and gray laptop computer turned on doing computer codes

How to connect consul in dev and prod modes

Reading Time: 5 minutes Hello folks. In this blog, I’m gonna show you How to connect consul in dev and prod modes and its configuration and start a service/agent properly so that the other agents can join them to make a data center. you may refer to this blog only for the installation but the problem was we can’t bind the port every time that’s what I’m gonna show Continue Reading

black laptop computer turned on showing computer codes

How to connect HashiCorp Consul Connect and Service Mesh

Reading Time: 4 minutes Hello Readers, In this blog, we’ll learn about Consul Service Mesh and why Consul Connect and how it works, and the features provided by HashiCorp. What is HashiCorp? HashiCorp is a software company with a freemium business model based in San Francisco, California. HashiCorp provides open-source tools and commercial products that enable developers, operators, and security professionals to provision, secure, run and connect cloud-computing infrastructure.  HashiCorp open-source Continue Reading

turned on laptop computer

How to set up Consul in AWS

Reading Time: 4 minutes Hello folks. In this blog, I’m gonna show you How to set up Consul in AWS and to install Consul I’m going to set up one Server and one Client and then we’ll see how this communication can happen. Install Consul Connect: I’ve 2 ec2 ubuntu instances and I’m gonna install consul on them by following commands. As you can see on both ubuntu ami Continue Reading

business code coding computer

How to run Jenkins in AWS 

Reading Time: 3 minutes Hello folks, In this blog, I’m gonna show you How to run Jenkins in AWS, how to launch the ec2 instance, and then we’ll be logging into the ec2 instance using ssh and then downloading, installing, and configuring Jenkins. alright, we’ve logged on to the AWS management console. go to ec2 instances and launch an ubuntu instance. choose amazon ubuntu ami, t2 micro, no of Continue Reading

blur business close up code

 How to use Boto3 for AWS Services

Reading Time: 3 minutes Hello folks, In this blog, we’re gonna learn how to use Boto3 for AWS Services and how to create/delete s3 bucket. how boto3 and s3 work future we’ll do code using python. What is boto3? Boto is a software development kit (SDK) designed to enhance the use of the Python programming language by Amazon Web Services. It is now the official AWS SDK for Python. Continue Reading

black background with text overlay screengrab

DevOps Infrastruture Monitoring with Nagios

Reading Time: 4 minutes Hello Readers, In this blog, we’ll learn about Nagios which is an open-source monitoring system for computer systems. also its features, architecture as well, and how we can install Nagios on ubuntu. What is Nagios? Nagios monitors your entire IT infrastructure to ensure systems, applications, services,, and business processes are working properly. Nagios Features: Scalable, Managable and Secure Good logs and database system Automatically sends alert Continue Reading

silver and black laptop computer

How to setup Rancher Web UI to manage your Kubernetes Cluster

Reading Time: 3 minutes Hello folks, In this blog, we’ll learn about Rancher which is a cloud orchestration and cluster management tool. and it’s completely open-source . so future we’ll see how you can use Rancher to manage your Kubernetes cluster. What Rancher does? It acts as the management interface so you don’t have to know about the kubectl if you’re a beginner but I’ll recommend you to get Continue Reading

close up photo of programming of codes

how to get started with Kustomize tool for Kubernetes

Reading Time: 4 minutes Hello readers, In this blog, we’ll see kustomize which is a neat simple tool that allows you to kustomize and template your resource manifest. it lets you customize raw, template-free YAML files for multiple purposes, leaving the original YAML untouched and usable as-is. so I’ve got my 3 nodes Kubernetes cluster which is based on Rancher’s k3d. So the idea is to start with a template Continue Reading