Amazon S3 Bucket Policy for only mobile app access

I am having lots of Videos and Images in AWS S3 bucket which is protected using following AWS s3 Policies But the prb is these Policies is…

Read More

How to access Coverity Connect

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…

Read More

Best software companies for Internship in India and Bangalore in 2023

What is Internship? An internship is a period of work experience offered by an organization for a limited period of time. internship concept is very popular in…

Read More

Basic Workflow of Jemeter

Step 1 – Add a thread group under test plan. Thread define number of users. Step 2 – Set number of users Step 3 – Add HTTP…

Read More

Microservices Roadmap

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…

Read More

What is Spinnaker & Spinnaker Architecture explained?

Spinnaker is a free and open-source continuous delivery software platform originally developed by Netflix and extended by Google. It is designed to work with Kubernetes, Google Cloud…

Read More

Periodic table Example Code

Demo – Download and SeeCode – https://github.com/software-engineers-tools/periodic_table-1 Demo – https://project-gemmi.github.io/periodic-table/Code – https://github.com/software-engineers-tools/periodic_table-2 Demo – https://pt.kle.cz/Code – https://github.com/software-engineers-tools/periodic_table-3 Demo – periodic-table.ioCode – https://github.com/software-engineers-tools/periodic_table-4 Demo – http://periodic-table.co/Code – https://github.com/software-engineers-tools/periodic_table-5…

Read More

Octopus Deploy Tutorials: Transform XML file using Structured configuration variables

How it works? For XML files, the values to replace are located using the standard XPath syntax. Octopus supports both XPath 1 and XPath 2. Octopus variables…

Read More

Rest API Design and Principal

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…

Read More

SAST vs IAST Vs DAST

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…

Read More

Difference between SAST Vs DAST

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…

Read More

How Can Human Resources Help Build the Organization of the Future?

One of every organization’s most crucial components is the HR department. It aids in developing a vision and culture, establishing a framework and environment, and reskilling talent….

Read More

Top DataOps Tools in 2023

Models & Architecture – DataOps Concept and Foundation Platform – Operating Systems – Centos/Ubuntu & VirtualBox & Vagrant Platform – Cloud – AWS Platform – Containers –…

Read More

Complete DataOps Certification Guide & tutorials

What is DataOps? Your data is everyplace, and that’s part of the problem. Siloed data becomes an indeed bigger problem when your data and development teams also…

Read More

Best DataOps trainers in India

There are so many topics we going to cover in this Blog like best trainers in India, about DataOps, importance so many. Let have start – What…

Read More

Best DataOps training and courses

DataOps is a trending one as well as its future. That’s why having a proper training is more important. let’s tallk in brief – What is DataOps…

Read More

DataOps Certification and Training

DataOps certification is very crucial part of getting trained and learning. That we will talk later in details. But first lets understand what is DataOps. What is…

Read More

Career Scope in DataOps

What is DataOps DataOps is an Agile approach to designing, implementing and maintaining a distributed data architecture that will be supporting a broad range of open source…

Read More

What Problem is solved by DataOps

DataOps DataOps is a collection of technical practices, workflows, cultural norms, and architectural patterns that allows: DataOps was introduced by Lenny Liebman.DataOps incorporates the Agile methodology to…

Read More

Origin & Evolution of DataOps

DataOps is a collaborative data management practice aimed at improvising the communication, integration, and automation of data flows between data managers and data consumers across an organization….

Read More

The DataOps Cookbook & Tutorials

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…

Read More

Prometheus server clustoring using Federation

With a Prometheus per datacenter, how do you perform global aggregations? Reliability is a key property of a good monitoring system, and a core value of Prometheus….

Read More

Kubernetes Assignment and Project

Submit Answer in the www.Debug.School and share a URL in your Whatsapp Group. Day#1 Day#2 Day#3 Day#4 Day#5 Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge…

Read More

Minikube Tutorials: minikube tunnel explained

How to access applications running within minikube There are two major categories of services in Kubernetes: NodePort access with Minikube A NodePort service is the most basic…

Read More

Kubernetes Tutorials: List of Components of Kubernetes

Kubernetes Cluster A Kubernetes cluster consists of control plane, worker nodes, and pods. Control plane components are: Scheduler, ETCD, API server, and control manager. Node components are…

Read More

What is Minikube?

Minikube is a lightweight Kubernetes implementation that creates a VM on your local machine and deploys a simple cluster containing only one node. Minikube is available for…

Read More

List of Tools to Setup Kubernetes Clustors

kind kind lets you run Kubernetes on your local computer. This tool requires that you have Docker installed and configured. kind is a tool for running local…

Read More

Xops Orchestration

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…

Read More

Install Knative with YAML using minikube

Prerequisite kn cli We need to install kn cli https://knative.dev/docs/client/install-kn/#install-the-knative-cli Knative Serving For prototyping purposes, Knative works on most local deployments of Kubernetes. For example, you can…

Read More

Minikube Tutorials: Minikube Basic Workflow

Step 1 – Start your cluster From a terminal with administrator access (but not logged in as root), run: $ minikube start –driver=virtualbox If minikube fails to…

Read More