#devops
Read more stories on Hashnode
Articles with this tag
API (Application Programming Interface) security is critical for protecting sensitive data and maintaining the integrity of systems and applications....
AWS Developer Tools are a set of fully managed services that help developers build, deploy, and debug applications in the cloud. These tools provide a...
1. Container Commands 1. Create a new container using the below command sudo docker run -it ubuntu /bin/bash The "docker run" command provides all...
What is meant by Service in Kubernetes ? By default your application running in the pods are not available for outside world in order to make your...
What is Prometheus? Prometheus is an open-source monitoring tool used for event monitoring and alerting. Prometheus is written in go language and it...
What is ReplicaSet ? ReplicaSet object is used to maintain a stable set of replicated pods running within a cluster at any given time. Its purpose is...