#microservices
Read more stories on Hashnode
Articles with this tag
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 ReplicaSet ? ReplicaSet object is used to maintain a stable set of replicated pods running within a cluster at any given time. Its purpose is...
A microservice architectural style is an approach to developing a single application as a suite of small services, each running in its own process and...
Docker - The Container Virtualization Tool Why Docker? Docker is mainly used to Build, Ship, Run, Any App Anywhere Docker solves the problem of...
How to secure your Containers? Container Security is the process of securing the microservices containers from any vulnerabilities and security risks...
What is Pod and Why Kuberenetes use Pods? Pod is a running process in cluster. It contains one or more container such as docker container. In pod...