sri aravindan v
sri aravindan

sri aravindan

Follow
Follow
homebadgesnewsletter
Tag

Devops

#devops

More content

Read more stories on Hashnode


Articles with this tag

How to generate a new SSH key pair in linux

Jun 23, 20231 min read25 views

Open a terminal. Type the following command and press Enter: ssh-keygen -t rsa -b 4096 This command generates a new RSA SSH key pair with a key...

How to generate a new SSH key pair in linux

how to install and setup Jenkins on azure ubuntu VM (Complete guide) for free

Jun 22, 20233 min read28 views

Jenkins: Jenkins is a powerful open-source automation server that allows developers to build, test, and deploy their software projects continuously....

how to install and setup Jenkins on azure ubuntu VM (Complete guide) for free

do you know why kubernetes are called as K8s

Jun 22, 20231 min read10 views

The name "Kubernetes" is commonly abbreviated as "K8s," where the "8" represents the eight letters between the "K" and the "s." This abbreviation is...

do you know why kubernetes are called as K8s

All you need to know about 'UTF'-Unicode Transformation Format

Jun 10, 20232 min read15 views

UTF stands for "Unicode Transformation Format." It is a character encoding standard that represents a wide range of characters from various writing...

All you need to know about 'UTF'-Unicode Transformation Format