Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Rails Application w/ Kubernetes

Rails Application w/ Kubernetes

k.yanagimoto

July 18, 2019
Tweet

More Decks by k.yanagimoto

Other Decks in Technology

Transcript

  1. K8S De Facto Standard of Container Orchestration Tool de:code 2019

    ͷ ࢓૊Έ͕Θ͔Δ Azure Kubernetes Serviceͱ͍͏ηογϣϯͷεϥΠυ͕͍͢͝Θ͔Γ΍͔ͬͨ͢Ͱ͢Αɻ https://www.microsoft.com/ja-jp/events/decode/2019/default.aspx?wt.mc_id=AID2402947_EML_6033620 !4
  2. Canary Deploy apiVersion: networking.istio.io/v1alpha3 kind: VirtualService metadata: name: SampleService namespace:

    sample-api spec: hosts: - "*" gateways: - sample-api-gateway http: - match: - uri: prefix: /hoge/fuga method: exact: "GET" route: - destination: host: sample-api subset: v1 port: number: 80 weight: 90 - destination: host: sapmpe-api subset: v2 port: number: 80 weight: 10
  3. Using Rails with… • Kubernetes • GitHub Enterprise • CircleCI

    • RSpec • Kaniko • kustomize • Artifactory • Istio • Elasticstack etc…