Terraform Assignment and Excercise

Terraform Assignment: Getting Started Assignment 1 Create a new directory and write a terraform code which would create Ec2 instance and use Existing Security Group and Key. Assignment 2 Create…

Read more »

Terraform Tutorials: Basic Workflow Getting Started Guide

Terraform workflow Step – 1 – Install terraform Step – 2 – Decide a providers name which you want to work with? Step – 3 – Create 1 AWS ec2…

Read more »

Step by Step to Setup Rancher RKE2 HA cluster using Nginx

I can provide you with a step-by-step guide on how to set up a Rancher RKE2 HA cluster using Nginx as the load balancer. Here are the steps: Prerequisites: Step…

Read more »

Install Rancher RKE2 Cluster three nodes manually

https://gist.github.com/devops-school/d9dfa33093499cbde0be46418ee646c4

Read more »

Deploy HA Kubernetes Cluster on Linux using Rancher RKE2

What is RKE2? RKE stands for Rancher Kubernetes Engine. RKE2 also known as the (RKE Government) is a combination of RKE1 and K3s. It inherits usability, ease-of-operations, and deployment model from…

Read more »

Top 50 interview questions and answers for tekton

1. What is Tekton? Tekton is a software development company that provides tools for building and deploying cloud-native applications. 2. What programming languages does Tekton support? Tekton supports a variety…

Read more »

Top 50 interview questions and answers for OpenFaas

1) What is OpenFaaS used for? What is OpenFaas? OpenFaas ( Function as a Service) is a framework for building serverless functions on the top of containers (with docker and…

Read more »

Datadog Tutorials: Tag Specifications

Tag Specification for Log Collection

Read more »

Top 50 interview questions and answers for knative

1. What is Knative? Knative is an open-source platform that helps developers build, deploy, and manage serverless workloads on Kubernetes. 2. What are the benefits of using Knative? Knative makes…

Read more »

Terraform Tutorials: Named Values – Filesystem and workspace info

Filesystem and Workspace Info Terraform makes several kinds of named values available. Each of these names is an expression that references the associated value. You can use them as standalone…

Read more »

What is the use of information_schema database in mysql

The information_schema database in MySQL is a virtual database that provides metadata about the database system, such as information about the database, tables, columns, and indexes. The information_schema database contains…

Read more »

How to Self-Learn Data Analytics: The Ultimate Guide

A detailed guideline for all individuals interested in data analytics to help you learn this great subject without exerting too much effort despite the complex nature of this area of…

Read more »

What you should need to know development of erp system for your business

In today’s fast-paced business environment, companies are constantly looking for ways to optimize their processes, reduce costs, and increase efficiency. One way to achieve this is through the implementation of…

Read more »

Query to check Tables row count and space details in SQL Server

The sp_spaceused stored procedure to retrieve the table size information: Replace ‘YourTableName’ with the name of the table you want to check. This will return a result set with information…

Read more »

Facebook Pages & Groups for DevOps, SRE, DevSecOps 2023

Facebook Groups Facebook Pages

Read more »

phpmyadmin Tutorials: Authentication Methods

PhpMyAdmin supports various authentication methods, some of which are: Recommended for Multiuser HTTP and cookie authentication modes are recommended in a multi-user environment where you want to give users access to their own…

Read more »

How to Make Money Online with a Website?

Making money online with a website is a great way to earn an income while working from the comfort of your own home. Are you looking for ways to turn…

Read more »

How TheAiOps is redefining AiOps

Theaiops is a company that is redefining AIOps with their training and courses. They provide a comprehensive curriculum that covers all aspects of AIOps, from basics to advanced concepts. Theaiops…

Read more »

Top 30 Tools for AIOps in 2023

Here are 30 tools for AIOps with short descriptions on how they can help to implement AIOps: Datadog – A cloud-based monitoring platform that helps to monitor and analyze system…

Read more »

Future of DevSecOps Consulting in India and its Leading Companies

The future of DevSecOps consulting in India is expected to grow rapidly, as more and more businesses prioritize security in their software development processes. DevSecOps is a methodology that integrates…

Read more »

Future of SRE Consulting in India and its Leading Companies

The future of SRE (Site Reliability Engineering) consulting in India is expected to grow rapidly as more and more businesses adopt cloud computing and microservices architectures. According to a report…

Read more »

Future of DevOps Consulting in India and its Leading Companies

The future of DevOps consulting in India looks bright, with the growing adoption of DevOps practices by organizations of all sizes and across all industries. According to a report by…

Read more »

How devsecopsnow provide consulting in DevSecOps?

DevSecOpsNow is a consulting firm that specializes in providing consulting services related to DevSecOps. DevSecOps is an approach to software development that emphasizes the integration of security into the development…

Read more »

Difference Between Azure Activity and Azure Diagnostic logs

Azure Activity and Azure Diagnostic logs are two different services in Azure that provide different types of logs. Azure Activity logs It provide insight into operations that were performed on…

Read more »

hey tool – HTTP load generator, ApacheBench (ab) replacementhey tool –

What is hey? HTTP load generator, ApacheBench (ab) replacement hey is a tiny program that sends some load to a web application. hey was originally called boom and was influenced…

Read more »

KNative Tutorials: Required tools for Knative

git – A distributed version-control system for tracking changes in source code docker – A client to run the Linux containers kubectl – Knative minimum requires Kubernetes v1.15+; however, we…

Read more »

Knative Tutorials: Knative Service: Traffic management: Traffic routing examples

Routing and managing traffic by using the Knative CLI You can use the following kn CLI command to split traffic between revisions: $ kn service update –traffic = For example,…

Read more »

Knative Tutorials: Knative Service: Traffic management: Using tags to create target URLs

You can manage traffic routing to different Revisions of a Knative Service by modifying the traffic spec of the Service resource.

Read more »

Knative Tutorials: Knative Service: configmap config-autoscaler

Read more »

Laravel Tutorials: PHP Templating using Blade

Read more »