What is Azure Media Services?

What is Azure Media Services? We are in a world where the pandemic situation forcing white-collar jobs to work from home and there is a surge in the number of…

Read more »

What is Azure Lab Services?

Microsoft released in February 2019 a new service called Azure Lab service. Azure Labs is a cloud based computer lab Created by Microsoft that allows schools and other organizations to…

Read more »

kubelet complete command line reference

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »

How to change the cgroup driver from cgroupfs systemd in docker?

How to change the cgroup driver from cgroupfs to systemd in RHEL/Centos? How to change the cgroup driver from cgroupfs to systemd in Ubuntu Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate…

Read more »

What is Azure Spring Cloud?

Spring Cloud Azure is an open-source project that provides seamless spring integration with Azure services. It gives developers a Spring-idiomatic way to connect and consume Azure services, with only need…

Read more »

What is Azure App Configuration?

Introduction Guys, first of all, let’s know about Azure, after that, I’ll explain to you about Azure App Configuration. Microsoft Azure is one of the platforms as a service (PaaS)…

Read more »

How to Integrate Artifactory with Jenkins?

Step – 1 – Install “Artifactory” Jenkins plugins Step – 2 – Configure Artifactory servers Step – 3 – Configure Jenkins Jobs Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing…

Read more »

How to migrate artiafactory derby database to mysql database?

Step 1 – Check mysql version supported by artiafactory 7.x Artifactory supports MySQL v5.5, 5.6, 5.7 and 8.x with InnoDB engine which is the default provided. Step 2 – Take…

Read more »

How to install Gradle?

Step – 1: Install Required version of JAVA Step – 2: Downlod and Extract Step – 3: Set gradle into a path $ export PATH=$PATH:/opt/gradle/gradle-7.1.1/bin$ gradle -version$ gradle -help Rajesh…

Read more »

How to Setup Docker Registry/Repository on Jfrog Artifactory Pro On-Prem?

The Docker client limitations: Artifactory offers solutions to these limitations Artifactory offers solutions to these limitations allowing you to create and use any number of Docker registries. Using a Reverse…

Read more »

List of Top Microsoft Azure Services

Microsoft Azure, formerly known as Windows Azure, is the name of Microsoft cloud Services product like Amazon has AWS (Amazon Web Services) and Google Cloud. It is Microsoft’s public cloud…

Read more »

How to download a package using Maven from Artifactory?

Sample Code https://github.com/devopsschool-demo-labs-projects/artifactory-sample-code Method # 1 – Using Profile – setting.xml with “repositories” and pluginRepositories element Method # 2 – setting.xml with mirrors element. Belew content is for this only….

Read more »

SRE (Site reliability engineering ) Use Cases & Its implementations

Day 1 – SRE use case with Doing SRE without SRE SRE Without SRE: The Spotify Case Study Many people are surprised that Spotify does not actually have an SRE…

Read more »

How to Upload a package using Maven in Artifactory?

Prerequisite#1 – JAVA Prerequisite#2 – Artifactory Prerequisite#3 – Maven Prerequisite#3 – How to work with Artifactory aka Artifactory Workflow Step 1 – Create a empty directory and get inside it…

Read more »

The best student courses for developers in the USA

IT development is an extremely popular occupation in the United States. Why is it so common? Let’s figure it out! Why you should become a developer One of the reasons…

Read more »

Kubernetes ingress tutorials with examples and Lab – NodePort ReplicationController

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »

How to setup vmware Tanzu on Azure?

Different types of vmware Tanzu Edition Basic https://tanzu.vmware.com/tanzu/basic VMware Tanzu Kubernetes Grid https://docs.vmware.com/en/VMware-Tanzu-Kubernetes-Grid/index.html https://tanzu.vmware.com/kubernetes-grid – https://docs.vmware.com/en/VMware-Tanzu-Kubernetes-Grid/1.3/vmware-tanzu-kubernetes-grid-13/GUID-index.html Standard https://tanzu.vmware.com/tanzu/standard VMware Tanzu Kubernetes Grid Advanced https://tanzu.vmware.com/tanzu/advanced VMware Tanzu Kubernetes Grid Deploy Tanzu…

Read more »

Best Free Screen & Audio Recorder Software | Apowersoft Screen Recorder

A Powersoft Screen Recorder Pro is software that is an easy-to-use and professional desktop tool for recording audio activities with the screen at the same time. This software also allows…

Read more »

Working with Cloud Foundary – Basic Tutorials

Section 1 – The CLI The CLI, or Command Line Interface, is the tool you will use to interact with Cloud Foundry. The CLI runs in a terminal window and…

Read more »

Getting Started with Cloud Foundry for Kubernetes using cf-for-k8s in Linux(Ubuntu)

Step 1- Install the cf CLI Using a Package Manager Step 2- You will need kubectl to interact with your cluster kubectl install instructions Step 3 – KinD (Kubernetes in…

Read more »

9 Cloud Security Challenges

The cloud is forever expanding and being used more and more by organizations to develop code and store data. As a result, it’s critical for companies to have a good…

Read more »

Most Popular Link Building Websites

For Any Link Building work – Please email us to links@wizbrand.com Technology & Education # Domain Name Alexa Rating (Date) Domain Authority 1 https://www.devopsschool.com/ 2 https://www.scmgalaxy.com/ 3 https://www.bestdevops.com/ 4 https://gurukulgalaxy.com/…

Read more »

How To Tackle With A Corrupted Flash Drive

Flashdrives, SD cards, CF cards, hard drives are all products of technology brought into being for the purpose of storing large amounts of data. Over the time technology has given…

Read more »

Understanding Authentication & Authorization in kubernetes

Authentication – How User’s access should be allowed? The process or action of verifying the identity of a user or process.Authorization – What Access and till what extent should be…

Read more »

How to download and install gitflow?

Download and install gitflow in windows Download and install gitflow in Mac Download and install gitflow in Ubuntu Download and install gitflow in Centos/Rhel Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate…

Read more »

What is Kubernetes Pods? Working with Pods

Birth Events of PODS Example of POD? Commads for working with POD? pod.yaml deployment.yaml How to use & troubleshoot Kubernetes pods? Troubleshooting and Debugging Commands: explain Documentation of resources —…

Read more »

Huge collection of web reference for Patterns of Scalable, Reliable, and Performant Large-Scale Systems

Principle Lessons from Giant-Scale Services – Eric Brewer, UC Berkeley & Google Designs, Lessons and Advice from Building Large Distributed Systems – Jeff Dean, Google How to Design a Good…

Read more »

Top & Best 201 Hacking & Penetration Testing Tools Collection

Pentesters arsenal tools   🔸 Sandcat Browser – a penetration-oriented browser with plenty of advanced functionality already built in.  🔸 Metasploit – tool and framework for pentesting system, web and many more, contains a lot a…

Read more »

List of Step by Step Manuals, Howto Guide & Tutorials for Every Software Engineers

Shell/Command line   🔸 pure-bash-bible – is a collection of pure bash alternatives to external processes.  🔸 pure-sh-bible – is a collection of pure POSIX sh alternatives to external processes.  🔸 bash-guide – is a guide to learn bash.  🔸 bash-handbook –…

Read more »

Top 51 free open source tools for Containers/Orchestration

▪️ CLI Tools   🔸 gvisor – container runtime sandbox.  🔸 ctop – top-like interface for container metrics. ▪️ Web Tools   🔸 Moby – a collaborative project for the container ecosystem to assemble container-based system.  🔸 Traefik – open source reverse proxy/load balancer…

Read more »