Kubernetes World

  • Login
Trending now

Kubernetes Node Failover. Hello, | by Emir Özbir | Jan, 2021 | Medium

OpenEBS, Local Dynamic PV. WHY | by Jerry(이정훈) | Jan, 2021 | Medium

Easy cost monitoring on Kubernetes | Medium

II. Inserting Client Containers Into Kubernetes | by Kirtfieldk | Jan, 2021 | Medium

Getting Started with Enterprise Distributed Application Service | Medium

Microservices – How to Implement Loose Coupling in Your Architecture | Medium

MetalLB – Kube LoadBalancer. 최근 고객사에서 L4 스위치를 사용 못하게 되어 급하게 Metallb를… | by ...

[k8s] Prometheus & Grafana 구축. 이번 포스팅에서는 쿠버네티스 클러스터에 Prometheus 와… | by minujana | ...

Quickstart my heart: How to get your feet wet with the many Google Cloud and ...

Passing file reference into yaml file for k8 – Likithsunny – Medium

Home » Technology » Kubernetes Multi-Container Pod Design patterns | by Ishan Liyanage | Nov, 2020 | Medium

Kubernetes Multi-Container Pod Design patterns | by Ishan Liyanage | Nov, 2020 | Medium medium.com

1
admin 2 months ago in Technology

The idea of the decoupling large monolithic application into micro services provides us the capability to develop set of independent, reusable components. This will help to scale up/down as required and also we can modify each service based on different requirements instead of modifying one big application. However there are cases where we need two services to work together such as application server and logging service (or logging agent). In this case actually we do not need to build your application as one by merging two services as they cover different functions. We still can develop and build them separately and deploy together in one pod which will share the same life cycle.

  • Facebook
  • Twitter
  • Pinterest
  • Google+
Report Story

Related Stories

  1. Kubernetes Node Failover. Hello, | by Emir Özbir | Jan,...
  2. OpenEBS, Local Dynamic PV. WHY | by Jerry(이정훈) | Jan,...
  3. Easy cost monitoring on Kubernetes | Medium
  4. II. Inserting Client Containers Into Kubernetes | by Kirtfieldk |...
  5. Getting Started with Enterprise Distributed Application Service | Medium
  6. Microservices – How to Implement Loose Coupling in Your Architecture...
  7. MetalLB – Kube LoadBalancer. 최근 고객사에서 L4 스위치를 사용 못하게...
  8. [k8s] Prometheus & Grafana 구축. 이번 포스팅에서는 쿠버네티스 클러스터에 Prometheus...
Tags : k8skuberneteskubernetes-podsmulti-containerpatterns

Get weekly Kubernetes news directly to your inbox

Loading
Copyright © 2021 Kubernetes World.
Login Register

Login

Lost Password
Oops! Sorry, registration is disabled.

Kubernetes Multi-Container Pod Design patterns | by Ishan Liyanage | Nov, 2020 | Medium

admin 2 months ago in

The idea of the decoupling large monolithic application into micro services provides us the capability to develop set of independent, reusable components. This will help to scale up/down as required and also we can modify each service based on different requirements instead of modifying one big application. However there are cases where we need two services to work together such as application server and logging service (or logging agent). In this case actually we do not need to build your application as one by merging two services as they cover different functions. We still can develop and build them separately and deploy together in one pod which will share the same life cycle.

  • Facebook
  • Twitter
  • Pinterest
  • Google+
Report Story

Related Stories

  1. Kubernetes Node Failover. Hello, | by Emir Özbir | Jan,...
  2. OpenEBS, Local Dynamic PV. WHY | by Jerry(이정훈) | Jan,...
  3. Easy cost monitoring on Kubernetes | Medium
  4. II. Inserting Client Containers Into Kubernetes | by Kirtfieldk |...
  5. Getting Started with Enterprise Distributed Application Service | Medium
  6. Microservices – How to Implement Loose Coupling in Your Architecture...
  7. MetalLB – Kube LoadBalancer. 최근 고객사에서 L4 스위치를 사용 못하게...
  8. [k8s] Prometheus & Grafana 구축. 이번 포스팅에서는 쿠버네티스 클러스터에 Prometheus...