Tag: kubernetes resources

  • Kubernetes resources

    Kubernetes resource list Kubernetes and Microservices go hand in hand. Basically you don’t want to do one without the other. Kubernetes is a container orchestration software. When you build a system based on the Microservice architecture you need a way to package and run those microservices on the cloud. The traditional way of preparing a…