#devops
Read more stories on Hashnode
Articles with this tag
To successfully launch a new version of the software solution they provide, DevOps teams use deployment strategies. Using these techniques, network...
Are you moving to a Public or Private Cloud? If so, you are not alone. Over the past decade, there has been an increase in investment in cloud...
Creating Users and Managing Privileges: Create a new user: CREATE USER 'username'@'hostname' IDENTIFIED BY 'password'; Grant all privileges on a...
Commands used to host MySql Server on AWS EC2 Instance Step 1: Update the system sudo apt update Step 2: Install MySql sudo apt install...
docker run - run a container from an image docker pull - pull an image from a registry docker push - push an image to a registry docker build - build...
What is Helm? A complete guide Helm is a tool that automates the creation, packaging, configuration, and deployment of Kubernetes applications by...