Skip to Content
Hands-On Microservices with Kubernetes
book

Hands-On Microservices with Kubernetes

by Gigi Sayfan
July 2019
Intermediate to advanced
502 pages
14h
English
Packt Publishing
Content preview from Hands-On Microservices with Kubernetes

Proprietary formats

Some applications just come up with their own formats. Here is a sample configuration file for an Nginx web server:

user       www www;  ## Default: nobodyworker_processes  5;  ## Default: 1error_log  logs/error.log;pid        logs/nginx.pid;worker_rlimit_nofile 8192;events {  worker_connections  4096;  ## Default: 1024}http {  include    conf/mime.types;  include    /etc/nginx/proxy.conf;  include    /etc/nginx/fastcgi.conf;  index    index.html index.htm index.php;  default_type application/octet-stream;  log_format   main '$remote_addr - $remote_user [$time_local]  $status '    '"$request" $body_bytes_sent "$http_referer" '    '"$http_user_agent" "$http_x_forwarded_for"';  access_log   logs/access.log  main;  sendfile     on;  tcp_nopush   on; server_names_hash_bucket_size ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Kubernetes Microservices

Kubernetes Microservices

Richard Chesterwood
Cloud Native DevOps with Kubernetes

Cloud Native DevOps with Kubernetes

John Arundel, Justin Domingus
Microservices: Up and Running

Microservices: Up and Running

Ronnie Mitra, Irakli Nadareishvili

Publisher Resources

ISBN: 9781789805468Supplemental Content