#kubernetes
Read more stories on Hashnode
Articles with this tag
Task 1: Creating a Service for the todo-app Deployment Service YAML File: service.yml apiVersion: v1 kind: Service metadata: name: todo-app-service ...
What are Namespaces and Services in Kubernetes? Namespaces: Think of them as compartments within a Kubernetes cluster. They allow you to create...
I have created an deployment file for nginx directly and exposed port with help of service in Kubernetes To create deployment file with help of image...
What is Kubernetes? Write in your own words and why do we call it K8s? Kubernetes is an open-source container management tool that automates the...