HolidayLandmark.com has Launched orbit websites Dedicated for each City
Gujaratorbit Gujaratorbit.com stands as a premier and dedicated online portal for events and popular tourist places in around gujarat, meticulously crafted to serve as the quintessential guide…
AWS Tutorials: Python code to sync S3 Buckets
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…
AWS Tutorials: AWS S3 Commands Example
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…
AWS Tutorials: How to Create a Bucket and Access a Object?
Prereq#1- Verify that the security group associated with your EFS file system and worker nodes allows NFS traffic Your EFS file system’s security group must have an…
AWS Tutorials: Install and Configure AWS CLI
Install AWS CLi in CENTOS/RHEL Install AWS CLi in Ubuntu Install AWS CLi in Linux using Package Install AWS CLi in Windows Configure AWS and Verify Login…
Top 50 Azure DevOps interview questions and answers
1) What is DevOps? DevOps is Development and Operation’s Collaboration, it’s a Union of 3Ps – Process, People and Product (working Product) that enable continuous integration and…
Is NebulaGraph Good for Analytics?
Is NebulaGraph Good for Analytics? NebulaGraph is a perfect tool for business continuity. With this database, you can process enormous quantities of data points that have trillions…
Types of Cyber Attacks You Should be Aware of in 2024
As we step into another year, the digital landscape for businesses continues to evolve. Needless to say, it brings new challenges and threats in the realm of…
Python Test Runners – unittest-parallel
Unittest, Python’s built-in testing framework, does not natively support parallel test execution. To achieve parallel test execution with unittest, you can use third-party libraries like unittest-parallel. Below is…
Python Test Runners – Pytest-xdist
Below is a sample code demonstrating how Pytest-xdist can be used to run tests concurrently on multiple CPU cores, which can significantly reduce test execution time for…
Python Test Runners – pytest-trio
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…
Python Test Runners – pytest -n
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…
Python Test Runners – Pytest-asyncio
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…
Python Test Runners – multiprocessing-testrunner
To use multiprocessing-testrunner for parallel test execution across multiple processes, you first need to install multiprocessing-testrunner. Below is a sample code demonstrating how to use it for concurrent test execution,…
Python Test Runners – gevent-testrunner
To use gevent-testrunner for parallel test execution leveraging Gevent’s asynchronous capabilities, you first need to install gevent-testrunner. Below is a sample code demonstrating how to use it for concurrent test…
Python Test Runners – concurrent.futures.ProcessPoolExecutor
concurrent.futures.ProcessPoolExecutor is not a test runner but rather a Python module for concurrent execution.Performance Improvement: You can use it in your test suite to parallelize specific tasks…
Python test runners to improve test performance.
A test runner in Python is a tool that is used to discover, execute, and report on the results of unit tests. Test runners are typically used…
Checklist to reduce unit test time in Python
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…
Compare Unittest and Pytest: Python Unit Test
Introduction of Unittest Unittest is a built-in unit testing framework for Python. It is a simple and straightforward framework that is easy to get started with. It…
Unit Test Faster & Times Fast: Which is Good? unittets vs pytest!
How to Improve Unit Tests Performance? in terms of tests faster, times faster? This depends on a number of factors, such as the size and complexity of…
Comprehensive Unit Test Framework for Python
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…
Introduction of Tekton
What is Tekton? Tekton is an open-source cloud-native framework for building continuous integration and delivery (CI/CD) systems. It lets you build, test, and deploy across multiple cloud…
Introduction of Prometheus Operator
The list is of Kubernetes Custom Resource Definitions (CRDs) related to the Prometheus Operator provided by CoreOS. The Prometheus Operator simplifies the deployment and operation of Prometheus, Alertmanager, and…
Knative Tutorials – Chapter – 10 – Knative Tutorials: servicing workflow between Components
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…
Knative Tutorials – Chapter 8 – Autoscaling applications with Knative
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…
Knative Tutorials – Chapter 6 – Knative Code: Global Autoscaling Configuration: ConfigMaps
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…
Knative Tutorials – Chapter 5 – Serving multiple versions simultaneously
The helloworld Service had a spec.runLatest field which serves all the traffic to the latest revision created form the Service’s revisionTemplate field. To test out the effects of a new version of your…
Knative Tutorials – Chapter 3 – Install Knative with YAML using minikube
Knative Serving For prototyping purposes, Knative works on most local deployments of Kubernetes. For example, you can use a local, one-node cluster that has 3 CPUs and…
Knative Tutorials – Chapter 2 – Your first Knative application
Here’s what each of these Serving APIs do: Service Describes an application on Knative. Revision Read-only snapshot of an application’s image and other settings (created by Configuration). Configuration…
Knative Tutorials – Chapter 1 – Install Knative Serving, Eventing Resources with Istio
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…
