Hi,

I'm trying to understand a migration process and building a new 
architecture of our gCloud platform but I got confused about it.


I would like to migrate current gCloud structure into GKE and i found there 
are two options to approach this.

   1. Create a container for each compute engine (2 web server containers, 
   1 proxy server container, 2 db server containers) 
   2. Create container(s) for each project - *I prefer this way.* 
      1. Create new POD for each project and set a label  
      2. Create containers for web and db in the POD 
   
Based on the information above, there are a few questions regarding GKE. 


My questions :

   1. *Which is the best option for this case? * 
   2. How to backup database (container backup?/ using persistent disk )? 
   3. How to set SSL for each project(site)? 
   4. How to handle a resource usage if the websites have different 
   traffics? 
   5. Is it possible to use a disk for shared folder (ex: Wordpress shared 
   uploads folder)?  
   6. Container monitoring tool? 
   7. Deployment process process (using github or gitlab)?  
   8. Any case study data (server architecture diagram)?  

Any thought would be helpful. 

Thanks, 

-- 
You received this message because you are subscribed to the Google Groups 
"Containers at Google" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-containers.
For more options, visit https://groups.google.com/d/optout.

Reply via email to