I am available for collaboration.
Apr 8, 2024 路 2 min read 路 馃敆Tools Required:- GitHub: For source code repository and version control. Docker and Docker Compose: For containerizing the Node.js application. Jenkins: For setting up and managing the CI/CD pipeline. SonarQube: For continuous inspection of cod...
SSarath commented
Apr 5, 2024 路 13 min read 路 1.What is Kubernetes and why it is important? Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications. It was originally developed by Google and is now maintai...
Join discussion
Apr 5, 2024 路 2 min read 路 In Kubernetes, a Persistent Volume (PV) is a piece of storage in the cluster that has been provisioned by an administrator. A Persistent Volume Claim (PVC) is a request for storage by a user. The PVC references the PV, and the PV is bound to a specif...
Join discussion