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…
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…
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…
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…
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….
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…
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….
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…
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…
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…
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…
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…
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…
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…
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…
Minikube Tutorials: Minikube installation in Windows
What you’ll need To install the latest minikube stable release on x86-64 Windows using .exe download: Step 1- Download and run the installer for the latest release. Or if using PowerShell, use this command: Step…
Chef Tutorials: Chef Infra Server & Chef Automate Backup and Restore
Chef Infra Server Backup and Restore Chef Automate Backup and Restore Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus….
Chef Tutorials: Load balancer for Chef Automate and Chef Infra
Reference Load Balancing Progress Chef Automate and Infra Server Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share…
How to check VT-X/AMD-v enabled or not in your Laptop?
Method 1 – Using task Manager If you have Windows 10 or Windows 8 operating system, the easiest way to check is by opening up Task Manager->Performance Tab….
List of Platform Ops tools
Platform ops is an approach to scaling DevOps that involves dedicating a team to the operation of a shared self-service platform. Technical professionals should use a product…
List of GitOps Tools
What is GitOps? GitOps uses Git repositories as a single source of truth to deliver infrastructure as code. Submitted code checks the CI process, while the CD…
What is Platform Ops?
What Is a Platform? A platform encompasses a span of technologies involving different engineering stakeholders, for example, voice analytics software that has a front-end dev team, as…
Chef Tutorials: Test Kitchen Workflow and Examples
kitchen.yml Used to configure virtual environments for Test Kitchen Gemfile Bundler uses this file to configure the gem repository and the list of gems to down‐load. Bundler…
How to Install Ruby on Linux
How to Install Ruby on CentOS 7 $ sudo yum install ruby$ ruby –version How to Install Ruby on Ubuntu $ sudo apt-get install ruby-full$ ruby –version…
Chef Tutorials: What is Test Kitchen?
Use Test Kitchen to automatically test cookbooks across any combination of platforms and test suites: Bento Bento is a Chef Software project that produces base testing VirtualBox,…
Chef Tutorials: Test Kitchen – Example of kitchen.yml on AWS Ec2
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…
Chef Tutorials: Test Kitchen – Example of kitchen.yml using vagrant
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…
Chef Tutorials: Test Kitchen – Example of kitchen.yml using vagrant on ubuntu
Example of .kitchen.yml for driver_plugin vagrant with ubuntu for Chef Test Kitchen Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at…
Chef Tutorials: Test Kitchen – Example of kitchen.yml with VAGRANT and VirtualBox
How to test Chef recipes/cookbooks on your workstation with VAGRANT and VirtualBox using Test Kitchen Install Test Kitchen, VAGRANT and VirtualBox: Chef Test Kitchen: Test Kitchen is…
Chef Tutorials: Test Kitchen – Example of kitchen.yml with vagrant on Windows
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…
