Day 90 - 90DaysOfDevOps Challenge Completed
Day 90 of #90daysofdevopschallenge

Search for a command to run...
Articles tagged with #kubernetes
Day 90 of #90daysofdevopschallenge

This is Day 37 of #90daysofdevops challenge

This is Day 36 of #90daysofdevops challenge

What are ConfigMaps and Secrets in k8s In Kubernetes, ConfigMaps and Secrets are used to store configuration data and secrets, respectively. ConfigMaps store configuration data as key-value pairs, while Secrets store sensitive data in an encrypted fo...

What are Services in K8s In Kubernetes, Services are objects that provide stable network identities to Pods and abstract away the details of Pod IP addresses. Services allow Pods to receive traffic from other Pods, Services, and external clients. Ta...

What are Namespaces and Services in k8s Namespaces: In Kubernetes, Namespaces are used to create isolated environments for resources. Each Namespace is like a separate cluster within the same physical cluster. Services: Services are used to expose yo...
