SlideShare a Scribd company logo
Upgrade your InfoSec, Ops and
Dev teams with PCF 1.12
Jared Ruckle @jaredruckle
Pieter Humphrey @pieterhumphrey
Security
for Cloud Natives
Secure BOSH Director/Agent HTTP traffic via TLS
●  Ops Manager facilitates mutually
authenticated and encrypted traffic
between the BOSH Director and Agent
present on each BOSH-created VM
●  A TLS certificate is created for Director/
Agent HTTP traffic and passed to BOSH
for use and placement on VMs
mTLS in CC-Diego inter-component communication
●  Security Auditors can assure
themselves components mutually
authenticate and encrypt
communication
●  Mutual TLS now used for CAPI –
Diego by default
use of mTLS between CC and Diego components
mTLS: Application Instance Identity Credentials
●  A new instance identity system for
CF applications in ERT
●  Each application instance will
have a unique cert and key
available to it that can be used to
verify the application’s identity
Routing in PCF 1.12
●  Intelligent defaults + simple configuration of
TLS for Gorouter and HAProxy
●  mTLS Client Certificate Metadata Passed to
Apps
●  A better HAProxy from CF community now
ships with ERT & Isolation Segment tiles
R
Partitioned routing in ERT & Isolation Segments
●  In 1.10 and 1.11, Gorouters deployed with ERT
and Isolation Segment tiles all had access to the
same routing table.
●  Isolation Segment routers will now by default
reject requests that are not for apps on the same
Isolation Segment.
●  ERT routers will continue to support routing of all
registered routes by default.
R
Elastic Runtime (ERT) v1.12 Security
ERT now uses BOSH CredHub
●  Some of ERT's internal creds are generated and
stored in CredHub instead of Ops Manager
●  Database passwords, inter component passwords
●  No more plain text!
OpsMan v1.12 Security
CredHub Migration Tools for PCF Tile Authors
●  PCF (and partner) product teams can migrate their product’s
credentials from Ops Mgr to CredHub
●  Migrated credentials are no longer stored as clear text in the
BOSH Manifest that Ops Mgr generates when deploying a
product’s release
●  Paves the way for future security enhancements such as
automated rotation
10
Operations
for Cloud Natives
Faster Upgrades of the Ops Manager Appliance
●  The time required to upgrade Ops Mgr is significantly decreased
●  Non-essential releases are removed
●  installation.zip shrinks from 5 GB to a few MB
●  Ops Manager no longer retains releases between upgrades
●  Use BOSH Backup & Restore, not CFOps
!
Manifest-Only Workflow with CredHub
●  BOSH power users: CredHub can now be part of your workflow
●  The new Ops Manager API generates a file used by CredHub to
bulk load credentials from Ops Manager.
●  Previously: Older Ops Manager-generated manifests contained
credentials in plain text.
!
Deploy PCF Additional AWS Regions
Enterprises:
●  Deploy PCF and supported products to additional AWS
regions
●  New regions include Ohio, Canada, and London
For Federal Government Agencies & Federal Contractors:
●  Deploy PCF and supported products to the AWS GovCloud
region (us-gov-west-1)
!
Support for GCP Shared VPC Networks
●  Configure networks in Ops Manager with the ID of a Shared VPC
(Virtual Private Cloud) network
●  This helps your teams collaborate with each other
●  Shared VPC is the mechanism that enables groups to share GCP
resources (including non-Pivotal services) across projects
●  Add a host ProjectID inside the BOSH Director Tile
!
PCF Runtime for Windows
●  BOSH Windows supports SSH, can use powershell
●  Avoid RDP in preparation for 2016, consistency with BOSH experience
●  Operators can manage the Windows admin password on Windows cells,
randomize them per VM, or select the password on boot
●  Autoconfigure VM Activation via KMS (Key Management Server)
●  Windows Event Logs are consumable via syslog
!
!
Metrics Forwarder for PCF
●  A CF service that enables applications to emit metrics to the CF
Loggregator subsystem
●  Metrics can be subsequently consumed via the Loggregator Firehose
●  Analyze custom metrics in your preferred logging tools (Splunk,
Honeycomb, InfluxDB, DataDog, PCF Metrics 1.4, etc.)
●  Java Buildpack + Spring Boot Actuators
C2C Networking in PCF 1.12
●  Container-to-container networking replaces legacy
networking stack
○  No option to disable c2c networking
●  Container networking policies support port ranges,
easier to handle ranges
●  cf networking commands unified in CF CLI
●  Support for global logging of all application traffic
○  View logs for denied packets!
●  Packet logs now include app/space/org information
!
Gorouter Supports Max Connections per AI
Use manifest property to configure a maximum number of
concurrent connections per application instance
●  This option helps reduce the “noisy neighbor” impact of an app
with a large number of connections, from using up all available
Gorouter resources
Max concurrent connections is defined by the total of idle + active
(including keepalive)
!
Concourse for PCF: Platform Automation for Ops
●  Automate ops at
enterprise scale
●  Manage platform
differences as code
●  Automate the entire ops
lifecycle
●  Design your platform
operations
!
Development
for Cloud Natives
Apps Manager: Contextual Service Creation
●  Developers can create services
without leaving the app or
space view for an accelerated
workflow
●  Rapid service creation while
remaining app-focused
●  This workflow will support new
schematized service
parameters as well
Small Footprint ERT
●  Install PCF ERT on a minimum of VMs
●  Try the product without incurring significant infrastructure costs.
●  A massively co-located ERT - as few as 4 VMs if state is
outsourced
●  Not currently designed to be the basis for a full prod install, just
for eval
Multi-Buildpack Support
Developers can deploy applications that utilize multiple buildpacks (BP) in sequence
●  1 app, run multiple BPs for it
●  Supply additional app dependencies that current BP model doesn’t support
●  No longer must rely on forking BP or Docker packaging
●  System buildpacks useful in more scenarios
Use cases
●  Polyglot apps, apps with tech from multiple vendors
●  Supply app server agents w/o custom BP
●  Automated App Server CVE patching, or extra files in app server
●  Extra language modules, customer – specific SW, patched root FS across apps
Steeltoe 1.1: How to do .NET on PCF
●  Spring Boot Actuators for .NET apps
○  info	health	loggers	trace	
●  GA Hystrix Circuit Breaker
●  Container Networking & Direct addressing in Eureka
●  Support for Config Server backed by Hashicorp Vault
●  http://steeltoe.io/
Spring Cloud Data Flow
2
Spring Cloud Data Flow: Beta Testers Wanted!
Spring Cloud Data Flow is a Microservices toolkit
for building data integration and real-time data
processing pipelines.
Pipelines consist of Spring Boot apps, using
Spring Cloud Stream for events or
Spring Cloud Task for batch processes.
The Data Flow server provides interfaces to
compose and deploy pipelines onto platforms like
PCF.
What is SCDF used for?
Modernization
and
Replatforming
Integration
Messaging
Batch, DBMS, files
Next-Gen Data Workloads
IoT, Machine Learning
Event Stream Processing
Progression of data-intensive use cases
All sharing a common Spring Boot
Microservices architecture.
→ Contact your PA or Chris
Sterling csterling@pivotal.io
Single Sign-On Service v1.5
●  Support for Azure OIDC
●  Improved Framework Support
●  New Sample Applications
●  Support for Token Exchange (SAML Bearer, JWT Bearer, API Tokens)
https://pivotal.io/event/pivotal-cloud-native-roadshow
Upgrade your InfoSec, Ops and Dev teams with PCF 1.12

More Related Content

What's hot (20)

PDF
Pivotal Web Services - a Real World Example of Running Cloud Foundry at Scale...
VMware Tanzu
 
PDF
Pivotal Cloud Foundry 2.3: A First Look
VMware Tanzu
 
PDF
Pivotal Container Service il modo più semplice per gestire Kubernetes in azie...
VMware Tanzu
 
PDF
Eseguire Applicazioni Cloud-Native con Pivotal Cloud Foundry su Google Cloud ...
VMware Tanzu
 
PPTX
Unlock your VMWare Investment with Pivotal Cloud Foundry (VMworld 2014)
VMware Tanzu
 
PDF
Pivotal Cloud Foundry 2.1: Making Transformation Real Webinar
VMware Tanzu
 
PDF
Tools and Recipes to Replatform Monolithic Apps to Modern Cloud Environments
VMware Tanzu
 
PDF
A Single Platform to Run All The Things - Kubernetes for the Enterprise - London
VMware Tanzu
 
PDF
Moving at the speed of startup with Pivotal Cloud Foundry 1.11
VMware Tanzu
 
PDF
Pivotal Cloud Foundry: A Technical Overview
VMware Tanzu
 
PDF
Pivotal Cloud Foundry 2.5: A First Look
VMware Tanzu
 
PDF
Using Google Cloud Services with Spring Boot and Pivotal Cloud Foundry (Pivot...
VMware Tanzu
 
PDF
PCF: Platform for a New Era - Kubernetes for the Enterprise - London
VMware Tanzu
 
PDF
Sicurezza integrate nella tua piattaforma Cloud-Native con VMware NSX (Pivota...
VMware Tanzu
 
PDF
Pivotal Cloud Foundry 2.6: A First Look
VMware Tanzu
 
PDF
LIVE DEMO: Pivotal Cloud Foundry
VMware Tanzu
 
PDF
Pivotal Cloud Foundry 2.4: A First Look
VMware Tanzu
 
PDF
PKS: The What and How of Enterprise-Grade Kubernetes
VMware Tanzu
 
PDF
Spring and Pivotal Application Service - SpringOne Tour Dallas
VMware Tanzu
 
PDF
Using Pivotal Cloud Foundry with Google’s BigQuery and Cloud Vision API
VMware Tanzu
 
Pivotal Web Services - a Real World Example of Running Cloud Foundry at Scale...
VMware Tanzu
 
Pivotal Cloud Foundry 2.3: A First Look
VMware Tanzu
 
Pivotal Container Service il modo più semplice per gestire Kubernetes in azie...
VMware Tanzu
 
Eseguire Applicazioni Cloud-Native con Pivotal Cloud Foundry su Google Cloud ...
VMware Tanzu
 
Unlock your VMWare Investment with Pivotal Cloud Foundry (VMworld 2014)
VMware Tanzu
 
Pivotal Cloud Foundry 2.1: Making Transformation Real Webinar
VMware Tanzu
 
Tools and Recipes to Replatform Monolithic Apps to Modern Cloud Environments
VMware Tanzu
 
A Single Platform to Run All The Things - Kubernetes for the Enterprise - London
VMware Tanzu
 
Moving at the speed of startup with Pivotal Cloud Foundry 1.11
VMware Tanzu
 
Pivotal Cloud Foundry: A Technical Overview
VMware Tanzu
 
Pivotal Cloud Foundry 2.5: A First Look
VMware Tanzu
 
Using Google Cloud Services with Spring Boot and Pivotal Cloud Foundry (Pivot...
VMware Tanzu
 
PCF: Platform for a New Era - Kubernetes for the Enterprise - London
VMware Tanzu
 
Sicurezza integrate nella tua piattaforma Cloud-Native con VMware NSX (Pivota...
VMware Tanzu
 
Pivotal Cloud Foundry 2.6: A First Look
VMware Tanzu
 
LIVE DEMO: Pivotal Cloud Foundry
VMware Tanzu
 
Pivotal Cloud Foundry 2.4: A First Look
VMware Tanzu
 
PKS: The What and How of Enterprise-Grade Kubernetes
VMware Tanzu
 
Spring and Pivotal Application Service - SpringOne Tour Dallas
VMware Tanzu
 
Using Pivotal Cloud Foundry with Google’s BigQuery and Cloud Vision API
VMware Tanzu
 

Similar to Upgrade your InfoSec, Ops and Dev teams with PCF 1.12 (20)

PPTX
Pivotal Cloud Foundry and its usage in ecosystem
KarthikeyanSambandam2
 
PPTX
Spring Cloud Services with Pivotal Cloud Foundry- Gokhan Goksu
VMware Tanzu
 
PPTX
Delivering Cloud Native Batch Solutions - Dodd Pfeffer
VMware Tanzu
 
PPTX
Montreal MuleSoft_Meetup_16-Aug.pptx
shubhamkalsi2
 
PDF
PCF2.2 update mkim_201807
minseok kim
 
PDF
Pivotal Cloud Foundry 2.0: First Look
VMware Tanzu
 
PDF
Back to the Future: Containerize Legacy Applications
Docker, Inc.
 
PDF
Open shift and docker - october,2014
Hojoong Kim
 
PDF
Pivotal CloudFoundry on Google cloud platform
Ronak Banka
 
PPTX
Breaking the Monolith
VMware Tanzu
 
PDF
12-Factor Apps
Siva Rama Krishna Chunduru
 
PDF
Crossing the river by feeling the stones from legacy to cloud native applica...
OPNFV
 
PDF
.NET Cloud-Native Bootcamp- Los Angeles
VMware Tanzu
 
PPTX
Migration From CH 1.0 to CH 2.0 and Mule 4.6 & Java 17 Upgrade.pptx
ervikas4
 
PPTX
Dev ops for big data cluster management tools
Ran Silberman
 
PDF
Pivotal Platform: A First Look at the October Release
VMware Tanzu
 
PDF
DevOps and BigData Analytics
sbbabu
 
PDF
15-factor-apps.pdf
Nilesh Gule
 
PDF
Xpdays: Kubernetes CI-CD Frameworks Case Study
Denys Vasyliev
 
PDF
Cloud to Edge
Wesley Reisz
 
Pivotal Cloud Foundry and its usage in ecosystem
KarthikeyanSambandam2
 
Spring Cloud Services with Pivotal Cloud Foundry- Gokhan Goksu
VMware Tanzu
 
Delivering Cloud Native Batch Solutions - Dodd Pfeffer
VMware Tanzu
 
Montreal MuleSoft_Meetup_16-Aug.pptx
shubhamkalsi2
 
PCF2.2 update mkim_201807
minseok kim
 
Pivotal Cloud Foundry 2.0: First Look
VMware Tanzu
 
Back to the Future: Containerize Legacy Applications
Docker, Inc.
 
Open shift and docker - october,2014
Hojoong Kim
 
Pivotal CloudFoundry on Google cloud platform
Ronak Banka
 
Breaking the Monolith
VMware Tanzu
 
Crossing the river by feeling the stones from legacy to cloud native applica...
OPNFV
 
.NET Cloud-Native Bootcamp- Los Angeles
VMware Tanzu
 
Migration From CH 1.0 to CH 2.0 and Mule 4.6 & Java 17 Upgrade.pptx
ervikas4
 
Dev ops for big data cluster management tools
Ran Silberman
 
Pivotal Platform: A First Look at the October Release
VMware Tanzu
 
DevOps and BigData Analytics
sbbabu
 
15-factor-apps.pdf
Nilesh Gule
 
Xpdays: Kubernetes CI-CD Frameworks Case Study
Denys Vasyliev
 
Cloud to Edge
Wesley Reisz
 
Ad

More from VMware Tanzu (20)

PDF
Spring into AI presented by Dan Vega 5/14
VMware Tanzu
 
PDF
What AI Means For Your Product Strategy And What To Do About It
VMware Tanzu
 
PDF
Make the Right Thing the Obvious Thing at Cardinal Health 2023
VMware Tanzu
 
PPTX
Enhancing DevEx and Simplifying Operations at Scale
VMware Tanzu
 
PDF
Spring Update | July 2023
VMware Tanzu
 
PPTX
Platforms, Platform Engineering, & Platform as a Product
VMware Tanzu
 
PPTX
Building Cloud Ready Apps
VMware Tanzu
 
PDF
Spring Boot 3 And Beyond
VMware Tanzu
 
PDF
Spring Cloud Gateway - SpringOne Tour 2023 Charles Schwab.pdf
VMware Tanzu
 
PDF
Simplify and Scale Enterprise Apps in the Cloud | Boston 2023
VMware Tanzu
 
PDF
Simplify and Scale Enterprise Apps in the Cloud | Seattle 2023
VMware Tanzu
 
PPTX
tanzu_developer_connect.pptx
VMware Tanzu
 
PDF
Tanzu Virtual Developer Connect Workshop - French
VMware Tanzu
 
PDF
Tanzu Developer Connect Workshop - English
VMware Tanzu
 
PDF
Virtual Developer Connect Workshop - English
VMware Tanzu
 
PDF
Tanzu Developer Connect - French
VMware Tanzu
 
PDF
Simplify and Scale Enterprise Apps in the Cloud | Dallas 2023
VMware Tanzu
 
PDF
SpringOne Tour: Deliver 15-Factor Applications on Kubernetes with Spring Boot
VMware Tanzu
 
PDF
SpringOne Tour: The Influential Software Engineer
VMware Tanzu
 
PDF
SpringOne Tour: Domain-Driven Design: Theory vs Practice
VMware Tanzu
 
Spring into AI presented by Dan Vega 5/14
VMware Tanzu
 
What AI Means For Your Product Strategy And What To Do About It
VMware Tanzu
 
Make the Right Thing the Obvious Thing at Cardinal Health 2023
VMware Tanzu
 
Enhancing DevEx and Simplifying Operations at Scale
VMware Tanzu
 
Spring Update | July 2023
VMware Tanzu
 
Platforms, Platform Engineering, & Platform as a Product
VMware Tanzu
 
Building Cloud Ready Apps
VMware Tanzu
 
Spring Boot 3 And Beyond
VMware Tanzu
 
Spring Cloud Gateway - SpringOne Tour 2023 Charles Schwab.pdf
VMware Tanzu
 
Simplify and Scale Enterprise Apps in the Cloud | Boston 2023
VMware Tanzu
 
Simplify and Scale Enterprise Apps in the Cloud | Seattle 2023
VMware Tanzu
 
tanzu_developer_connect.pptx
VMware Tanzu
 
Tanzu Virtual Developer Connect Workshop - French
VMware Tanzu
 
Tanzu Developer Connect Workshop - English
VMware Tanzu
 
Virtual Developer Connect Workshop - English
VMware Tanzu
 
Tanzu Developer Connect - French
VMware Tanzu
 
Simplify and Scale Enterprise Apps in the Cloud | Dallas 2023
VMware Tanzu
 
SpringOne Tour: Deliver 15-Factor Applications on Kubernetes with Spring Boot
VMware Tanzu
 
SpringOne Tour: The Influential Software Engineer
VMware Tanzu
 
SpringOne Tour: Domain-Driven Design: Theory vs Practice
VMware Tanzu
 
Ad

Recently uploaded (20)

PDF
NewMind AI - Journal 100 Insights After The 100th Issue
NewMind AI
 
PDF
July Patch Tuesday
Ivanti
 
PDF
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
PPTX
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
PDF
CIFDAQ Weekly Market Wrap for 11th July 2025
CIFDAQ
 
PDF
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
PDF
CIFDAQ Market Insights for July 7th 2025
CIFDAQ
 
PPTX
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
PDF
What Makes Contify’s News API Stand Out: Key Features at a Glance
Contify
 
PDF
"Beyond English: Navigating the Challenges of Building a Ukrainian-language R...
Fwdays
 
PPTX
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
PDF
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
PDF
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
PDF
Biography of Daniel Podor.pdf
Daniel Podor
 
PPTX
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
PPTX
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
PDF
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
PDF
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
PDF
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
PDF
HubSpot Main Hub: A Unified Growth Platform
Jaswinder Singh
 
NewMind AI - Journal 100 Insights After The 100th Issue
NewMind AI
 
July Patch Tuesday
Ivanti
 
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
CIFDAQ Weekly Market Wrap for 11th July 2025
CIFDAQ
 
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
CIFDAQ Market Insights for July 7th 2025
CIFDAQ
 
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
What Makes Contify’s News API Stand Out: Key Features at a Glance
Contify
 
"Beyond English: Navigating the Challenges of Building a Ukrainian-language R...
Fwdays
 
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
Biography of Daniel Podor.pdf
Daniel Podor
 
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
HubSpot Main Hub: A Unified Growth Platform
Jaswinder Singh
 

Upgrade your InfoSec, Ops and Dev teams with PCF 1.12

  • 1. Upgrade your InfoSec, Ops and Dev teams with PCF 1.12 Jared Ruckle @jaredruckle Pieter Humphrey @pieterhumphrey
  • 3. Secure BOSH Director/Agent HTTP traffic via TLS ●  Ops Manager facilitates mutually authenticated and encrypted traffic between the BOSH Director and Agent present on each BOSH-created VM ●  A TLS certificate is created for Director/ Agent HTTP traffic and passed to BOSH for use and placement on VMs
  • 4. mTLS in CC-Diego inter-component communication ●  Security Auditors can assure themselves components mutually authenticate and encrypt communication ●  Mutual TLS now used for CAPI – Diego by default use of mTLS between CC and Diego components
  • 5. mTLS: Application Instance Identity Credentials ●  A new instance identity system for CF applications in ERT ●  Each application instance will have a unique cert and key available to it that can be used to verify the application’s identity
  • 6. Routing in PCF 1.12 ●  Intelligent defaults + simple configuration of TLS for Gorouter and HAProxy ●  mTLS Client Certificate Metadata Passed to Apps ●  A better HAProxy from CF community now ships with ERT & Isolation Segment tiles R
  • 7. Partitioned routing in ERT & Isolation Segments ●  In 1.10 and 1.11, Gorouters deployed with ERT and Isolation Segment tiles all had access to the same routing table. ●  Isolation Segment routers will now by default reject requests that are not for apps on the same Isolation Segment. ●  ERT routers will continue to support routing of all registered routes by default. R
  • 8. Elastic Runtime (ERT) v1.12 Security ERT now uses BOSH CredHub ●  Some of ERT's internal creds are generated and stored in CredHub instead of Ops Manager ●  Database passwords, inter component passwords ●  No more plain text!
  • 9. OpsMan v1.12 Security CredHub Migration Tools for PCF Tile Authors ●  PCF (and partner) product teams can migrate their product’s credentials from Ops Mgr to CredHub ●  Migrated credentials are no longer stored as clear text in the BOSH Manifest that Ops Mgr generates when deploying a product’s release ●  Paves the way for future security enhancements such as automated rotation
  • 11. Faster Upgrades of the Ops Manager Appliance ●  The time required to upgrade Ops Mgr is significantly decreased ●  Non-essential releases are removed ●  installation.zip shrinks from 5 GB to a few MB ●  Ops Manager no longer retains releases between upgrades ●  Use BOSH Backup & Restore, not CFOps !
  • 12. Manifest-Only Workflow with CredHub ●  BOSH power users: CredHub can now be part of your workflow ●  The new Ops Manager API generates a file used by CredHub to bulk load credentials from Ops Manager. ●  Previously: Older Ops Manager-generated manifests contained credentials in plain text. !
  • 13. Deploy PCF Additional AWS Regions Enterprises: ●  Deploy PCF and supported products to additional AWS regions ●  New regions include Ohio, Canada, and London For Federal Government Agencies & Federal Contractors: ●  Deploy PCF and supported products to the AWS GovCloud region (us-gov-west-1) !
  • 14. Support for GCP Shared VPC Networks ●  Configure networks in Ops Manager with the ID of a Shared VPC (Virtual Private Cloud) network ●  This helps your teams collaborate with each other ●  Shared VPC is the mechanism that enables groups to share GCP resources (including non-Pivotal services) across projects ●  Add a host ProjectID inside the BOSH Director Tile !
  • 15. PCF Runtime for Windows ●  BOSH Windows supports SSH, can use powershell ●  Avoid RDP in preparation for 2016, consistency with BOSH experience ●  Operators can manage the Windows admin password on Windows cells, randomize them per VM, or select the password on boot ●  Autoconfigure VM Activation via KMS (Key Management Server) ●  Windows Event Logs are consumable via syslog !
  • 16. ! Metrics Forwarder for PCF ●  A CF service that enables applications to emit metrics to the CF Loggregator subsystem ●  Metrics can be subsequently consumed via the Loggregator Firehose ●  Analyze custom metrics in your preferred logging tools (Splunk, Honeycomb, InfluxDB, DataDog, PCF Metrics 1.4, etc.) ●  Java Buildpack + Spring Boot Actuators
  • 17. C2C Networking in PCF 1.12 ●  Container-to-container networking replaces legacy networking stack ○  No option to disable c2c networking ●  Container networking policies support port ranges, easier to handle ranges ●  cf networking commands unified in CF CLI ●  Support for global logging of all application traffic ○  View logs for denied packets! ●  Packet logs now include app/space/org information !
  • 18. Gorouter Supports Max Connections per AI Use manifest property to configure a maximum number of concurrent connections per application instance ●  This option helps reduce the “noisy neighbor” impact of an app with a large number of connections, from using up all available Gorouter resources Max concurrent connections is defined by the total of idle + active (including keepalive) !
  • 19. Concourse for PCF: Platform Automation for Ops ●  Automate ops at enterprise scale ●  Manage platform differences as code ●  Automate the entire ops lifecycle ●  Design your platform operations !
  • 21. Apps Manager: Contextual Service Creation ●  Developers can create services without leaving the app or space view for an accelerated workflow ●  Rapid service creation while remaining app-focused ●  This workflow will support new schematized service parameters as well
  • 22. Small Footprint ERT ●  Install PCF ERT on a minimum of VMs ●  Try the product without incurring significant infrastructure costs. ●  A massively co-located ERT - as few as 4 VMs if state is outsourced ●  Not currently designed to be the basis for a full prod install, just for eval
  • 23. Multi-Buildpack Support Developers can deploy applications that utilize multiple buildpacks (BP) in sequence ●  1 app, run multiple BPs for it ●  Supply additional app dependencies that current BP model doesn’t support ●  No longer must rely on forking BP or Docker packaging ●  System buildpacks useful in more scenarios Use cases ●  Polyglot apps, apps with tech from multiple vendors ●  Supply app server agents w/o custom BP ●  Automated App Server CVE patching, or extra files in app server ●  Extra language modules, customer – specific SW, patched root FS across apps
  • 24. Steeltoe 1.1: How to do .NET on PCF ●  Spring Boot Actuators for .NET apps ○  info health loggers trace ●  GA Hystrix Circuit Breaker ●  Container Networking & Direct addressing in Eureka ●  Support for Config Server backed by Hashicorp Vault ●  http://steeltoe.io/
  • 26. Spring Cloud Data Flow: Beta Testers Wanted! Spring Cloud Data Flow is a Microservices toolkit for building data integration and real-time data processing pipelines. Pipelines consist of Spring Boot apps, using Spring Cloud Stream for events or Spring Cloud Task for batch processes. The Data Flow server provides interfaces to compose and deploy pipelines onto platforms like PCF.
  • 27. What is SCDF used for? Modernization and Replatforming Integration Messaging Batch, DBMS, files Next-Gen Data Workloads IoT, Machine Learning Event Stream Processing Progression of data-intensive use cases All sharing a common Spring Boot Microservices architecture. → Contact your PA or Chris Sterling [email protected]
  • 28. Single Sign-On Service v1.5 ●  Support for Azure OIDC ●  Improved Framework Support ●  New Sample Applications ●  Support for Token Exchange (SAML Bearer, JWT Bearer, API Tokens)