Table of Contents1 Introduction2 Prerequisites3 Basic Filtering3.1 Read CSV file into a Pandas DataFrame object3.2 Using the query Method3.3 Filtering…
DevOps Blog – Latest DevOps Articles and Tutorials
Build lambda with a custom docker image
Table of Contents1 Introduction2 Prerequisites3 Walkthrough3.1 Create a Python virtual environment3.2 Create a Python app3.3 Create a lambda with a…
Amazon DocumentDB
Table of Contents1 Introduction2 Prerequisites3 Amazon DocumentDB tutorial3.1 Create an Amazon DocumentDB cluster using AWS CLI3.2 Adding an Amazon DocumentDB…
AWS Lambda function with requests module
Table of Contents1 Introduction2 Prerequisites3 Walkthrough3.1 Create the deployment package3.2 Create AWS Lambda function with requests module4 Conclusion Introduction In…
A Comprehensive Guide to Validating Kubernetes Cluster Installed using Kubeadm
Table of Contents1 Introduction2 Validating Kubernetes Cluster Installed using Kubeadm: Step-by-Step Guide2.1 Validating CMD Tools: Kubeadm & Kubectl2.2 Validating Cluster…
Installing Kubernetes using Kubeadm on Ubuntu: A Step-by-Step Guide
Table of Contents1 Introduction2 Prerequisites3 Installing Kubernetes using Kubeadm on Ubuntu3.1 Disable Swap and Bridge Traffic3.2 Installing Docker3.2.1 Installing Docker3.2.2…
HISTCONTROL ignorespace Force history in Linux
Table of Contents1 Introduction2 What is HISTCONTROL?2.1 ignorespace – An Option for HISTCONTROL2.2 Working with HISTCONTROL ignorespace3 Conclusion Introduction How…
Dive view the contents of docker images
Table of Contents1 Introduction1.1 What You’ll Need2 Installing Dive2.1 Using Homebrew (on macOS)2.2 Downloading the binary3 Using Dive4 View the…
Create a Lambda to access ElastiCache
Table of Contents1 Introduction2 Prerequisites3 Create a Lambda to access ElastiCache in an Amazon VPC3.1 Create the execution role3.2 Create…
Memcached tutorial
Table of Contents1 Introduction2 Prerequisites3 Memcached tutorial3.1 Creating a Memcached cluster with AWS CLI3.2 Modifying a Memcached cluster with AWS CLI3.3 Viewing…