SlideShare a Scribd company logo
整合Cloud Foundry 和 Kubernetes 技術打造企業級雲應用平台解決方案
整合Cloud Foundry 和 Kubernetes 技術打造企業級雲應用平台解決方案
整合Cloud Foundry 和 Kubernetes 技術打造企業級雲應用平台解決方案
整合Cloud Foundry 和 Kubernetes 技術打造企業級雲應用平台解決方案
1979 2008 2011 2013 2014 2015 2016 2018
Early
Container
Concept
Linux
Containers
Cloud
Foundry CF + K8SKubernetes
chroot LXC Warden
Containers
Docker
Containers
RunC
OCI
Garden-
Docker
Garden-
RunC
https://www.cloudfoundry.org/cf-containerization/https://bosh.io
Deploy onto
Virtualization Platform
Deploy onto
Container Platform
整合Cloud Foundry 和 Kubernetes 技術打造企業級雲應用平台解決方案
Kubernetes-based Deployment
Reduce Cloud Foundry Resource
Footprint & Cost
Simplify Deployment and Day 2
Operations
Min. 32 Virtual Machines
(using managed kubernetes)
Total 56 vCore CPU + 256 GB
RAM
Min. 2 worker nodes
(using managed kubernetes)
Total 8 vCore CPU + 32 GB RAM
整合Cloud Foundry 和 Kubernetes 技術打造企業級雲應用平台解決方案
Source: https://hk.saowen.com/a/69566e8ab506f60477c82e081bb8e3ab90c0458a1d79cabc457577710e80a89d (Chinese Only)
Enterprise
Application
s
App AutoScaler
Job Scheduler
Cloud
Foundry
CLI
Stratos
Web UI
User Auth
Service
Connectors
On PremisePublic Cloud
SUSE Cloud Application Platform
API
https://www.youtube.com/watch?v=QwSMJd58SyQ
整合Cloud Foundry 和 Kubernetes 技術打造企業級雲應用平台解決方案
Launch a
Kubernetes
Cluster on
Alicloud
Use Helm to
deploy SUSE
Cloud Foundry
Start Using SUSE
Cloud Foundry on
Kubernetes
powered by
Alicloud
https://raw.githubusercontent.com/SUSE/scf/develop/bin/dev/kube-ready-state-check.sh
Run this script in
your cluster node to
check
Choose
Region
Instance of
min. 16GB
RAM
min. 60GB
Disk
2
3
1 Enter
Name
1
Click on the
kubernetes
cluster name 2
Follow instruction to
create your
kubeconfig file
$ kubectl version --short
Client Version: v1.10.7
Server Version: v1.11.2
$ helm version --short
Client: v2.9.1+g20adb27
Server: v2.9.1+g20adb27
$ helm repo add suse https://kubernetes-charts.suse.com/
"suse" has been added to your repositories
$ helm repo list
NAME URL
stable https://kubernetes-charts.storage.googleapis.com
local http://127.0.0.1:8879/charts
suse https://kubernetes-charts.suse.com/
$ helm search suse
NAME CHART VERSION APP VERSION DESCRIPTION
suse/cf 2.13.3 A Helm chart for SUSE Cloud Foundry
suse/cf-usb-sidecar-mysql 1.0.1 A Helm chart for SUSE Universal Service Broker ...
suse/cf-usb-sidecar-postgres 1.0.1 A Helm chart for SUSE Universal Service Broker ...
suse/console 2.1.0 A Helm chart for deploying Stratos UI Console
suse/uaa 2.13.3 A Helm chart for SUSE UAA
整合Cloud Foundry 和 Kubernetes 技術打造企業級雲應用平台解決方案
$ helm repo add suse https://kubernetes-charts.suse.com/
"suse" has been added to your repositories
$ helm repo list
NAME URL
stable https://kubernetes-charts.storage.googleapis.com
local http://127.0.0.1:8879/charts
suse https://kubernetes-charts.suse.com/
$ helm search suse
NAME CHART VERSION APP VERSION DESCRIPTION
suse/cf 2.13.3 A Helm chart for SUSE Cloud Foundry
suse/cf-usb-sidecar-mysql 1.0.1 A Helm chart for SUSE Universal Service Broker ...
suse/cf-usb-sidecar-postgres 1.0.1 A Helm chart for SUSE Universal Service Broker ...
suse/console 2.1.0 A Helm chart for deploying Stratos UI Console
suse/uaa 2.13.3 A Helm chart for SUSE UAA
$ helm install suse/uaa 
--name susecf-uaa --namespace uaa --values scf-config-values.yaml
$ SECRET=$(kubectl get pods --namespace uaa 
-o jsonpath='{.items[?(.metadata.name=="uaa-
0")].spec.containers[?(.name=="uaa")].env[?(.name=="INTERNAL_CA_CERT")].valueFrom.secretKeyRef.name
}’)
$ CA_CERT="$(kubectl get secret $SECRET --namespace uaa  -o jsonpath="{.data['internal-ca-cert']}"
| base64 --decode -)"
$ helm install suse/cf 
--name susecf-scf --namespace scf 
--values scf-config-values.yaml 
--set "secrets.UAA_CA_CERT=${CA_CERT}”
NAME READY STATUS RESTARTS AGE IP NODE
adapter-0 1/1 Running 1 1d 172.16.2.101 ap-southeast-1.i-t4n4u1jmuzikc2iikbt8
api-0 1/1 Running 3 1d 172.16.1.126 ap-southeast-1.i-t4n4u1jmuzikc2iikbta
blobstore-0 1/1 Running 1 1d 172.16.1.130 ap-southeast-1.i-t4n4u1jmuzikc2iikbta
cc-clock-0 1/1 Running 1 1d 172.16.2.98 ap-southeast-1.i-t4n4u1jmuzikc2iikbt8
cc-uploader-0 1/1 Running 1 1d 172.16.1.119 ap-southeast-1.i-t4n4u1jmuzikc2iikbta
cc-worker-0 1/1 Running 1 1d 172.16.2.97 ap-southeast-1.i-t4n4u1jmuzikc2iikbt8
cf-usb-0 1/1 Running 1 1d 172.16.1.129 ap-southeast-1.i-t4n4u1jmuzikc2iikbta
diego-access-0 1/1 Running 1 1d 172.16.1.120 ap-southeast-1.i-t4n4u1jmuzikc2iikbta
diego-api-0 1/1 Running 1 1d 172.16.0.45 ap-southeast-1.i-t4n4u1jmuzikc2iikbt9
diego-brain-0 1/1 Running 1 1d 172.16.2.99 ap-southeast-1.i-t4n4u1jmuzikc2iikbt8
diego-cell-0 1/1 Running 5 1d 172.16.0.52 ap-southeast-1.i-t4n4u1jmuzikc2iikbt9
doppler-0 1/1 Running 1 1d 172.16.1.124 ap-southeast-1.i-t4n4u1jmuzikc2iikbta
log-api-0 1/1 Running 1 1d 172.16.2.95 ap-southeast-1.i-t4n4u1jmuzikc2iikbt8
mysql-0 1/1 Running 1 1d 172.16.2.100 ap-southeast-1.i-t4n4u1jmuzikc2iikbt8
nats-0 1/1 Running 1 1d 172.16.1.123 ap-southeast-1.i-t4n4u1jmuzikc2iikbta
nfs-broker-0 1/1 Running 1 1d 172.16.2.102 ap-southeast-1.i-t4n4u1jmuzikc2iikbt8
post-deployment-setup-1-4kvxz 0/1 Completed 0 1d 172.16.0.39 ap-southeast-1.i-t4n4u1jmuzikc2iikbt9
postgres-0 1/1 Running 1 1d 172.16.1.125 ap-southeast-1.i-t4n4u1jmuzikc2iikbta
router-0 1/1 Running 1 1d 172.16.1.122 ap-southeast-1.i-t4n4u1jmuzikc2iikbta
routing-api-0 1/1 Running 1 1d 172.16.2.94 ap-southeast-1.i-t4n4u1jmuzikc2iikbt8
secret-generation-1-kmjfr 0/1 Completed 0 1d 172.16.2.85 ap-southeast-1.i-t4n4u1jmuzikc2iikbt8
syslog-scheduler-0 1/1 Running 1 1d 172.16.1.127 ap-southeast-1.i-t4n4u1jmuzikc2iikbta
tcp-router-0 1/1 Running 1 1d 172.16.2.103 ap-southeast-1.i-t4n4u1jmuzikc2iikbt8
$ watch –c ‘kubectl get pods –n scf –o wide’
$ helm install suse/console 
--name susecf-console --namespace stratos
--values scf-config-values.yaml
整合Cloud Foundry 和 Kubernetes 技術打造企業級雲應用平台解決方案
整合Cloud Foundry 和 Kubernetes 技術打造企業級雲應用平台解決方案
• Efforts led by SUSE
• Collaborating with IBM, SAP, and
many other contributors
• Modern UI Design with AngularJS
• Used by IBM, Orange, SAP and
other public cloud foundry projects.
• Efforts led by SUSE team, formerly working at
HPE
• Contribution include IBM, SAP, and other
technology vendors
• Convert BOSH release into Docker images and
generate helm charts
• Same Cloud Foundry Developer Experience
• Familiar Kubernetes Operator Experience
• Kubernetes Native Cloud Foundry Application Runtime
整合Cloud Foundry 和 Kubernetes 技術打造企業級雲應用平台解決方案
• Leverage the latest
Innovations to stay in
the game
• Earn bonus points by
improving business agility
• Take the Top Spot by
Transforming IT
• Wanna to simplify your
digital transformation
journey?
• Talk to the SUSE team to
see how they can help
• Visit suse.com for
more information
• Follow us on social media
Thank you for joining us today!

More Related Content

PDF
Kubernetes User Group: 維運 Kubernetes 的兩三事
PDF
Meetup 23 - 01 - The things I wish I would have known before doing OpenStack ...
PDF
Serverless framework on kubernetes
PPTX
Challenges of Kubernetes On-premise Deployment
PDF
XCP-ng - past, present and future
PDF
Kubernetes Day 2017 - Build, Ship and Run Your APP, Production !!
PDF
Cloud Native User Group: Prometheus Day 2
PDF
Deploy Prometheus - Grafana and EFK stack on Kubic k8s Clusters
Kubernetes User Group: 維運 Kubernetes 的兩三事
Meetup 23 - 01 - The things I wish I would have known before doing OpenStack ...
Serverless framework on kubernetes
Challenges of Kubernetes On-premise Deployment
XCP-ng - past, present and future
Kubernetes Day 2017 - Build, Ship and Run Your APP, Production !!
Cloud Native User Group: Prometheus Day 2
Deploy Prometheus - Grafana and EFK stack on Kubic k8s Clusters

What's hot (20)

PDF
StarlingX - A Platform for the Distributed Edge | Ildiko Vancsa
PDF
John Spray - Ceph in Kubernetes
PDF
DevConf 2017 - Realistic Container Platform Simulations
PPTX
Taking Cloud to Extremes: Scaled-down, Highly Available, and Mission-critical...
PPTX
Tối ưu hiệu năng đáp ứng các yêu cầu của hệ thống 4G core
PPTX
CI, CD, CT, Deploy, IaaS, DevOps, Stage
PDF
Managing Ceph operational complexity with Juju
PDF
XCP-ng - Olivier Lambert
PPTX
XenServer HA Improvements
PDF
Setup Hybrid Clusters Using Kubernetes Federation
PDF
OpenStack Watcher
PDF
Web後端技術的演變
PPTX
Kubernetes 1.16 and rancher 2.3 enhancements
PDF
Kafka on Kubernetes: Keeping It Simple (Nikki Thean, Etsy) Kafka Summit SF 2019
PPTX
實際架構實踐演化與解決方案
PDF
Autoscaling Kubernetes
PDF
Muli Ben-Yehuda, Stratoscale - The Road to a Hyper-Converged OpenStack, OpenS...
PDF
KubeCon NA, Seattle, 2016: Performance and Scalability Tuning Kubernetes for...
PDF
Giles Sirett: Introduction and CloudStack news
PPTX
Canary Releases on Kubernetes w/ Spinnaker, Istio, and Prometheus
StarlingX - A Platform for the Distributed Edge | Ildiko Vancsa
John Spray - Ceph in Kubernetes
DevConf 2017 - Realistic Container Platform Simulations
Taking Cloud to Extremes: Scaled-down, Highly Available, and Mission-critical...
Tối ưu hiệu năng đáp ứng các yêu cầu của hệ thống 4G core
CI, CD, CT, Deploy, IaaS, DevOps, Stage
Managing Ceph operational complexity with Juju
XCP-ng - Olivier Lambert
XenServer HA Improvements
Setup Hybrid Clusters Using Kubernetes Federation
OpenStack Watcher
Web後端技術的演變
Kubernetes 1.16 and rancher 2.3 enhancements
Kafka on Kubernetes: Keeping It Simple (Nikki Thean, Etsy) Kafka Summit SF 2019
實際架構實踐演化與解決方案
Autoscaling Kubernetes
Muli Ben-Yehuda, Stratoscale - The Road to a Hyper-Converged OpenStack, OpenS...
KubeCon NA, Seattle, 2016: Performance and Scalability Tuning Kubernetes for...
Giles Sirett: Introduction and CloudStack news
Canary Releases on Kubernetes w/ Spinnaker, Istio, and Prometheus
Ad

Similar to 整合Cloud Foundry 和 Kubernetes 技術打造企業級雲應用平台解決方案 (20)

PDF
K8s上の containerized cloud foundryとcontainerized open stackをprometheusで監視してみる
PPTX
DockerCon14 Performance Characteristics of Traditional VMs vs. Docker Containers
PPTX
Performance characteristics of traditional v ms vs docker containers (dockerc...
PPTX
LXC – NextGen Virtualization for Cloud benefit realization (cloudexpo)
PDF
ONOS SDN Controller - Introduction
PDF
JomaSoft VDCF - Solaris Private Cloud
PDF
OpenNebulaconf2017US: Paying down technical debt with "one" dollar bills by ...
PDF
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
PDF
Chicago Docker Meetup Presentation - Mediafly
PPTX
Understanding kube proxy in ipvs mode
PPTX
Why you’re going to fail running java on docker!
PDF
x86_64 Hardware Deep dive
PPTX
Kubernetes based Cloud-region support in ONAP to bring up VM and container ba...
PDF
DeveloperWeek 2015: A Practical Introduction to Docker
PDF
AtlasCamp 2015 Docker continuous integration training
PPTX
OFY-2015-Cloud-In-A-Day
PDF
Bare Metal to OpenStack with Razor and Chef
PDF
Kubernetes Basic Operation
PDF
Develop QNAP NAS App by Docker
PDF
VDCF Overview
K8s上の containerized cloud foundryとcontainerized open stackをprometheusで監視してみる
DockerCon14 Performance Characteristics of Traditional VMs vs. Docker Containers
Performance characteristics of traditional v ms vs docker containers (dockerc...
LXC – NextGen Virtualization for Cloud benefit realization (cloudexpo)
ONOS SDN Controller - Introduction
JomaSoft VDCF - Solaris Private Cloud
OpenNebulaconf2017US: Paying down technical debt with "one" dollar bills by ...
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
Chicago Docker Meetup Presentation - Mediafly
Understanding kube proxy in ipvs mode
Why you’re going to fail running java on docker!
x86_64 Hardware Deep dive
Kubernetes based Cloud-region support in ONAP to bring up VM and container ba...
DeveloperWeek 2015: A Practical Introduction to Docker
AtlasCamp 2015 Docker continuous integration training
OFY-2015-Cloud-In-A-Day
Bare Metal to OpenStack with Razor and Chef
Kubernetes Basic Operation
Develop QNAP NAS App by Docker
VDCF Overview
Ad

More from inwin stack (20)

PDF
Migrating to Cloud Native Solutions
PDF
Cloud Native 下的應用網路設計
PDF
當電子發票遇見 Google Cloud Function
PDF
運用高效、敏捷全新平台極速落實雲原生開發
PDF
The last mile of digital transformation AI大眾化:數位轉型的最後一哩
PDF
An Open, Open source way to enable your Cloud Native Journey
PDF
維運Kubernetes的兩三事
PDF
Train.IO 【第六期-OpenStack 二三事】
PDF
以 Kubernetes 部屬 Spark 大數據計算環境
PDF
基於 K8S 開發的 FaaS 專案 - riff
PPTX
使用 Prometheus 監控 Kubernetes Cluster
PDF
Extend the Kubernetes API with CRD and Custom API Server
PDF
利用K8S實現高可靠應用
PPTX
Integrate Kubernetes into CORD(Central Office Re-architected as a Datacenter)
PPTX
Distributed tensorflow on kubernetes
PDF
Build your own kubernetes apiserver and resource type
PDF
Virtualization inside kubernetes
PDF
利用K8S實現高可靠應用
PDF
Build the Blockchain as service (BaaS) Using Ethereum on Kubernetes
PDF
How to integrate Kubernetes in OpenStack: You need to know these project
Migrating to Cloud Native Solutions
Cloud Native 下的應用網路設計
當電子發票遇見 Google Cloud Function
運用高效、敏捷全新平台極速落實雲原生開發
The last mile of digital transformation AI大眾化:數位轉型的最後一哩
An Open, Open source way to enable your Cloud Native Journey
維運Kubernetes的兩三事
Train.IO 【第六期-OpenStack 二三事】
以 Kubernetes 部屬 Spark 大數據計算環境
基於 K8S 開發的 FaaS 專案 - riff
使用 Prometheus 監控 Kubernetes Cluster
Extend the Kubernetes API with CRD and Custom API Server
利用K8S實現高可靠應用
Integrate Kubernetes into CORD(Central Office Re-architected as a Datacenter)
Distributed tensorflow on kubernetes
Build your own kubernetes apiserver and resource type
Virtualization inside kubernetes
利用K8S實現高可靠應用
Build the Blockchain as service (BaaS) Using Ethereum on Kubernetes
How to integrate Kubernetes in OpenStack: You need to know these project

Recently uploaded (20)

PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Electronic commerce courselecture one. Pdf
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Encapsulation theory and applications.pdf
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
KodekX | Application Modernization Development
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PPTX
Understanding_Digital_Forensics_Presentation.pptx
Dropbox Q2 2025 Financial Results & Investor Presentation
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Electronic commerce courselecture one. Pdf
Programs and apps: productivity, graphics, security and other tools
Unlocking AI with Model Context Protocol (MCP)
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Digital-Transformation-Roadmap-for-Companies.pptx
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Diabetes mellitus diagnosis method based random forest with bat algorithm
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Encapsulation theory and applications.pdf
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Reach Out and Touch Someone: Haptics and Empathic Computing
Spectral efficient network and resource selection model in 5G networks
NewMind AI Weekly Chronicles - August'25 Week I
20250228 LYD VKU AI Blended-Learning.pptx
KodekX | Application Modernization Development
Chapter 3 Spatial Domain Image Processing.pdf
Understanding_Digital_Forensics_Presentation.pptx

整合Cloud Foundry 和 Kubernetes 技術打造企業級雲應用平台解決方案

  • 5. 1979 2008 2011 2013 2014 2015 2016 2018 Early Container Concept Linux Containers Cloud Foundry CF + K8SKubernetes chroot LXC Warden Containers Docker Containers RunC OCI Garden- Docker Garden- RunC
  • 8. Kubernetes-based Deployment Reduce Cloud Foundry Resource Footprint & Cost Simplify Deployment and Day 2 Operations Min. 32 Virtual Machines (using managed kubernetes) Total 56 vCore CPU + 256 GB RAM Min. 2 worker nodes (using managed kubernetes) Total 8 vCore CPU + 32 GB RAM
  • 11. Enterprise Application s App AutoScaler Job Scheduler Cloud Foundry CLI Stratos Web UI User Auth Service Connectors On PremisePublic Cloud SUSE Cloud Application Platform API
  • 14. Launch a Kubernetes Cluster on Alicloud Use Helm to deploy SUSE Cloud Foundry Start Using SUSE Cloud Foundry on Kubernetes powered by Alicloud
  • 16. Choose Region Instance of min. 16GB RAM min. 60GB Disk 2 3 1 Enter Name
  • 17. 1 Click on the kubernetes cluster name 2 Follow instruction to create your kubeconfig file
  • 18. $ kubectl version --short Client Version: v1.10.7 Server Version: v1.11.2 $ helm version --short Client: v2.9.1+g20adb27 Server: v2.9.1+g20adb27
  • 19. $ helm repo add suse https://kubernetes-charts.suse.com/ "suse" has been added to your repositories $ helm repo list NAME URL stable https://kubernetes-charts.storage.googleapis.com local http://127.0.0.1:8879/charts suse https://kubernetes-charts.suse.com/ $ helm search suse NAME CHART VERSION APP VERSION DESCRIPTION suse/cf 2.13.3 A Helm chart for SUSE Cloud Foundry suse/cf-usb-sidecar-mysql 1.0.1 A Helm chart for SUSE Universal Service Broker ... suse/cf-usb-sidecar-postgres 1.0.1 A Helm chart for SUSE Universal Service Broker ... suse/console 2.1.0 A Helm chart for deploying Stratos UI Console suse/uaa 2.13.3 A Helm chart for SUSE UAA
  • 21. $ helm repo add suse https://kubernetes-charts.suse.com/ "suse" has been added to your repositories $ helm repo list NAME URL stable https://kubernetes-charts.storage.googleapis.com local http://127.0.0.1:8879/charts suse https://kubernetes-charts.suse.com/ $ helm search suse NAME CHART VERSION APP VERSION DESCRIPTION suse/cf 2.13.3 A Helm chart for SUSE Cloud Foundry suse/cf-usb-sidecar-mysql 1.0.1 A Helm chart for SUSE Universal Service Broker ... suse/cf-usb-sidecar-postgres 1.0.1 A Helm chart for SUSE Universal Service Broker ... suse/console 2.1.0 A Helm chart for deploying Stratos UI Console suse/uaa 2.13.3 A Helm chart for SUSE UAA $ helm install suse/uaa --name susecf-uaa --namespace uaa --values scf-config-values.yaml
  • 22. $ SECRET=$(kubectl get pods --namespace uaa -o jsonpath='{.items[?(.metadata.name=="uaa- 0")].spec.containers[?(.name=="uaa")].env[?(.name=="INTERNAL_CA_CERT")].valueFrom.secretKeyRef.name }’) $ CA_CERT="$(kubectl get secret $SECRET --namespace uaa -o jsonpath="{.data['internal-ca-cert']}" | base64 --decode -)" $ helm install suse/cf --name susecf-scf --namespace scf --values scf-config-values.yaml --set "secrets.UAA_CA_CERT=${CA_CERT}”
  • 23. NAME READY STATUS RESTARTS AGE IP NODE adapter-0 1/1 Running 1 1d 172.16.2.101 ap-southeast-1.i-t4n4u1jmuzikc2iikbt8 api-0 1/1 Running 3 1d 172.16.1.126 ap-southeast-1.i-t4n4u1jmuzikc2iikbta blobstore-0 1/1 Running 1 1d 172.16.1.130 ap-southeast-1.i-t4n4u1jmuzikc2iikbta cc-clock-0 1/1 Running 1 1d 172.16.2.98 ap-southeast-1.i-t4n4u1jmuzikc2iikbt8 cc-uploader-0 1/1 Running 1 1d 172.16.1.119 ap-southeast-1.i-t4n4u1jmuzikc2iikbta cc-worker-0 1/1 Running 1 1d 172.16.2.97 ap-southeast-1.i-t4n4u1jmuzikc2iikbt8 cf-usb-0 1/1 Running 1 1d 172.16.1.129 ap-southeast-1.i-t4n4u1jmuzikc2iikbta diego-access-0 1/1 Running 1 1d 172.16.1.120 ap-southeast-1.i-t4n4u1jmuzikc2iikbta diego-api-0 1/1 Running 1 1d 172.16.0.45 ap-southeast-1.i-t4n4u1jmuzikc2iikbt9 diego-brain-0 1/1 Running 1 1d 172.16.2.99 ap-southeast-1.i-t4n4u1jmuzikc2iikbt8 diego-cell-0 1/1 Running 5 1d 172.16.0.52 ap-southeast-1.i-t4n4u1jmuzikc2iikbt9 doppler-0 1/1 Running 1 1d 172.16.1.124 ap-southeast-1.i-t4n4u1jmuzikc2iikbta log-api-0 1/1 Running 1 1d 172.16.2.95 ap-southeast-1.i-t4n4u1jmuzikc2iikbt8 mysql-0 1/1 Running 1 1d 172.16.2.100 ap-southeast-1.i-t4n4u1jmuzikc2iikbt8 nats-0 1/1 Running 1 1d 172.16.1.123 ap-southeast-1.i-t4n4u1jmuzikc2iikbta nfs-broker-0 1/1 Running 1 1d 172.16.2.102 ap-southeast-1.i-t4n4u1jmuzikc2iikbt8 post-deployment-setup-1-4kvxz 0/1 Completed 0 1d 172.16.0.39 ap-southeast-1.i-t4n4u1jmuzikc2iikbt9 postgres-0 1/1 Running 1 1d 172.16.1.125 ap-southeast-1.i-t4n4u1jmuzikc2iikbta router-0 1/1 Running 1 1d 172.16.1.122 ap-southeast-1.i-t4n4u1jmuzikc2iikbta routing-api-0 1/1 Running 1 1d 172.16.2.94 ap-southeast-1.i-t4n4u1jmuzikc2iikbt8 secret-generation-1-kmjfr 0/1 Completed 0 1d 172.16.2.85 ap-southeast-1.i-t4n4u1jmuzikc2iikbt8 syslog-scheduler-0 1/1 Running 1 1d 172.16.1.127 ap-southeast-1.i-t4n4u1jmuzikc2iikbta tcp-router-0 1/1 Running 1 1d 172.16.2.103 ap-southeast-1.i-t4n4u1jmuzikc2iikbt8 $ watch –c ‘kubectl get pods –n scf –o wide’
  • 24. $ helm install suse/console --name susecf-console --namespace stratos --values scf-config-values.yaml
  • 27. • Efforts led by SUSE • Collaborating with IBM, SAP, and many other contributors • Modern UI Design with AngularJS • Used by IBM, Orange, SAP and other public cloud foundry projects.
  • 28. • Efforts led by SUSE team, formerly working at HPE • Contribution include IBM, SAP, and other technology vendors • Convert BOSH release into Docker images and generate helm charts
  • 29. • Same Cloud Foundry Developer Experience • Familiar Kubernetes Operator Experience • Kubernetes Native Cloud Foundry Application Runtime
  • 31. • Leverage the latest Innovations to stay in the game • Earn bonus points by improving business agility • Take the Top Spot by Transforming IT
  • 32. • Wanna to simplify your digital transformation journey? • Talk to the SUSE team to see how they can help • Visit suse.com for more information • Follow us on social media
  • 33. Thank you for joining us today!