In this article, we are going to see how to create pre-signed S3 URLs using Boto3 Python and deploy the program to Lambda for accessibility and reusability. So this article could be a good example for starting your serverless journey too. with no further ado, let us move on to[...]
Read moreAuthor: Sarav AK
Ansible List Examples - How to create and append items to List
In this article, we are going to learn about Ansible List. and How to create Ansible List and append items to it. The LIST is a type in data structure and is widely used in all programming languages. It is to store a group of heterogeneous elements. We are NOT[...]
Read moreAnsible Playbook to install KAFKA on Ubuntu - How to | Devops Junction
In this article, we are going to see how to install Kafka on ubuntu with Ansible. We created a simple playbook to download and install Kafka and start it. Here is the list of tasks the playbook is designed to do Perform apt update Install JRE needed for Kafka and[...]
Read moreCreating EKS Cluster with Karpenter Auto scaling - Terraform | Kubernetes
Kubernetes has been a disruptive change in IT Infrastructure. It had been widely adopted across the industry Managed Kubernetes are the best choice if you do not want to face the hurdles of setting up K8s from scratch Unless you want to deep learn Kubernetes. AWS a market leader in[...]
Read moreAnsible Pre Tasks and Post Tasks Example | Devops Junction
In this article, we are going to see how to use ansible pre tasks and post tasks with examples. What is Ansible pre_tasks? Ansible pretask is a conditional execution block that runs before running the play. It can be a task with some prerequisites check (or) validation Some examples we[...]
Read moreAnsible Copy Examples - How to copy files and directories with Ansible
In this article, we are going to see practical examples of Ansible copy. We will be seeing various examples of ansible copy To keep things simple we have created the playbook that you can test in your localhost itself, In other words, ansible control machine you can change the hosts[...]
Read moreSpringBoot Kubernetes Example - Jenkins & IBM Cloud | Devops Junction
In this article, we are going to see how to deploy the SpringBoot application to Kubernetes using Jenkins. The platform we are choosing is IBM Cloud. We are going to see SpringBoot Kubernetes Example setup on IBM Cloud using Jenkins Pipeline. We will be creating Docker images, setting up Kubernetes,[...]
Read moreQueueB - Cloud Queue Browser for AWS SQS - Read, Browse, Search
QueueB is created with a motive to provide a client application to browse and manage Queue services of various cloud providers. To begin with, the application is built to browse and manage AWS SQS queues. The application is built on Electron and Bootstrap and is designed to be self-hosted. The application[...]
Read moreGet CPU and Memory Usage of NODES and PODS - Kubectl | K8s
Ever since I started using Kubernetes I have always been on the pursuit of finding the right tools to monitor. and I did find a lot of products from the Open source community and here are my favourites Kube Prometheus Stack KubeCost Kubernetes Dashboard Lens IDE Kubewatch Jaeger Despite having[...]
Read moreHow to use ansible with S3 - Ansible aws_s3 examples | Devops Junction
S3 has become the cheap and best object storage and it is used widely across enterprises and products, to securely save and access data over the internet. We have various ways to interact with the S3 bucket, to upload, download and copy objects back and forth to S3. SDKs ([...]
Read more