5 mistakes that doom a DevOps transformation from the start

Many DevOps transformations fail because organizations approach them with the wrong attitude—and because they don't understand what they should be trying to achieve. Get rid of your DevOps delusions and...

How To Backup And Recovery MySQL Database

Backup And Recovery MySQL Database Using Mysqldump/mysql Command And Workbench Tool 1/ Backup with mysqldump: -Mysqldump is an utility used for logical backup.It...

K8s Nginx Ingress Handling TLS Traffic And Using Pod Readiness Probes

*Configuring Ingress to handle TLS traffic: - When a client opens a TLS connection to an Ingress controller, communication between the client and the controller is...

How to deploy a Firebase NodeJS project

phuong.cao@deployer:~/deployer/firebase2$ curl -sL https://firebase.tools | bash phuong.cao@deployer:~/deployer/firebase2$ curl -sL https://firebase.tools | bash phuong.cao@deployer:~/deployer/firebase2$ firebase init hosting

Creating Shell Scripts With Menu Options For Automation Tasks In Linux

Creating script with menu options for manage users task *Some useful cmd: - Check machine information: hostnamectl - List all shell...

Software release life cycle

Stages of development Pre-alpha Pre-alpha refers to all activities performed during the software project before formal testing. These activities can include requirements analysis, software design, software development, and unit testing. Alpha The alpha phase of...

To be a DevOps in Blockchain & cryptocurrency

In this topic, I would like to share my some keynotes to work as DevOps role in the Blockchain & cryptocurrency. Node maintenance and upgrade As you might know, the Blockchain world is...

DevOps metrics

Study why, what, and how to define a success DevOps pipeline What are DevOps metrics? Firstly, DevOps metrics helps to measure the performance...

AWS Certified Solutions Architect – Associate Preparation Guide

The AWS Certified Solutions Architect Associate exam is intended for individuals who perform a Solutions Architect role. This exam validates an examinee’s ability to: Identify and gather requirements in order to define...

Containerize Django App And Deploy To Tanzu Kubernetes Cluster

- Clone SFTP-Parsing Log source from github: https://github.com/vominhtri1991/sftp_logs_review_web.git - Prepare Dockerfile with below content for building new image
- Advertisement -

APLICATIONS

Ansible Playbook To Configure Yum Local Repository On Managed Server

Ansible Playbook To Configure Yum Local Repository On Managed Server Download playbook at my github: https://github.com/vominhtri1991/playbook_create_localrepos.git

HOT NEWS