Top runbooks
- Most recent
- Most popular
- Most linked
- Most download
- Favorited
Build and deploy a service to the dev environmentBuild and deploy a service to the dev env. Create a branch called "deployment-branch-x" where x is the latest number. Get the list of all commits between the previous deployment and the current deployment branch and track it in the Jira ticket. |
|
|
update the EKS versions in different clustersThe problem is to update the EKS versions in different clusters. The resolution involves identifying the current EKS version, checking for any compatibility issues with the new version, updating the EKS version, and testing the clusters to ensure they are functioning correctly with the new version. |
|
|
Install kubernetes on an ec2 instance ubuntu 20.04 using kubeadm and turn this instance into a master node.Install kubernetes on an ec2 instance ubuntu 20.04 using kubeadm and turn this instance into a master node. |
|
Turn an ec2 instance, ubuntu 20.04 into a kubeadm worker node. Install necessary packages and have it join the cluster.Convert an ec2 instance running Ubuntu 20.04 into a kubeadm worker node, install necessary packages, and have it join the cluster. |
|
Install DockerInstall Docker as it is a prerequisite for running Kubernetes components. |
|
|
|
Get the input parameters of a Jenkins pipelinePython script to get the parameter definitions for the Jenkins pipeline 'taskservice' considering 'property' is an array |
|
Get the console output of last Jenkins job buildPython script to get the console output of the last build for the Jenkins pipeline 'taskservice' |
|
|
Get last build status for a Jenkins jobPython script to check the status of the last triggered Jenkins job for the pipeline 'taskservice' |
|
Trigger a Jenkins job with param valuesPython script to trigger the Jenkins pipeline 'taskservice' with the default parameter value |
|
List all the resource ARNs in a given regionThis script lists all the resource ARNs in a region using the AWS Resource Groups Tagging API. |
|
Give me steps to do health checks on a Linux ServerHealth checks on a Linux Server are essential to ensure the server is running smoothly and efficiently. This problem involves providing steps to perform health checks on a Linux Server. |
|
|