Skip to main content

Gradle for DevOps, Part 3 - Local and Remote Operations

In this part, we will learn how to do the actual stuff with Gradle: execute commands locally and remotely, call external scripts and tools. We will take a closer look at the Gradle SSH plguin, which allows executing remote operations on multiple servers in parallel.

https://linchpiner.github.io/gradle-for-devops-3.html

Comments

Popular posts from this blog

Rust is #20 in TIOBE Index for June 2020

Rust has been Stack Overflow’s most loved language for four years in a row, indicating that many of those who have had the opportunity to use Rust have fallen in love with it. Finally in June 2020 it is in Top 20 languages accordingly to TIOBE index. https://www.tiobe.com/tiobe-index/rust/

Gradle for DevOps, Part 4 - Dynamic Tasks

In the 4th part, we will learn how to create dynamic tasks in Gradle using project parameters. Also, we will discuss very useful features, such as task name abbreviation and task rules. Finally, we will implement a simple CLI, which is based on Gradle tasks and uses the same principles as Kubernetes CLI (kubectl). https://linchpiner.github.io/gradle-for-devops-4.html

My Posts

Various posts that I wrote as a freelance content developer in 2016-2017. The covered topics include OpenStack, Kubernetes, Ceph, AWS. Auto-Healing Containers in Kubernetes Kubernetes: How to Share Disk Storage Between Containers in a Pod Kubernetes: Updating Applications Declaratively through Deployment Kubernetes: Exposing Pods as a Service How to Manage Pods with Replication Controllers in Kubernetes Should You Go ‘Serverless’? The Pros and Cons Seven AWS Lambda Alternatives How to Build a Secure Tunnel from Your On-Premises Data Center to Amazon Cloud Amazon EC2 Container Service vs. Kubernetes AWS Lambda: Features, Limitations and A Few Practical Examples Running Containers in a Multi-Cloud Environment Container Orchestration with Kubernetes: 12 Key Features OpenStack Rally: Designing Custom Tests OpenStack Ironic: Introducing Bare Metal Provisioning OpenStack: Container Orchestration and Containerized Control Planes ...