Journey into Kubernetes - Deployments
Now that our namespaces and resource quotas are set, it's time to finally start putting some microservices into the cluster.
The way a service gets up into the cluster is via two main paths: Pod and Deployment. In YAML, you can define a pod, tell it ...
paulers.com6 min read