SlideShare a Scribd company logo
1 of 52
Download to read offline
© Copyright 2019 Pivotal Software, Inc. All rights Reserved.
Pivotal Cloud Foundry 2.6:
A First Look
Jared Ruckle
@jaredruckle
Dan Baskette
@dbbaskette
Operational
Efficiency
● Employ 500:1 developer
to operator ratio
● Perform zero-downtime
upgrades
● Runs the same way on
every public/private
cloud
Developer
Productivity
Comprehensive
Security
● Accelerate feedback
loops by improving
delivery velocity
● Focus on applications,
not infrastructure
● Give developers the
tools and frameworks to
build resilient apps
● Adopt a defense-in-
depth approach
● Continuously update
platforms to limit threat
impact
● Apply the 3 R’s → repair,
repave, rotate
● Deploy multi-cloud
resilience patterns
● Run platforms that stays
online under all
circumstances
● Scale up and down, in
and out, through
automation
Multi-Cloud
Success
The Pivotal value proposition.
Developer Productivity
© Copyright 2019 Pivotal Software, Inc. All rights Reserved.
Sidecar Processes
App developers can run custom sidecar processes in the same container as their
application [beta]
● PAS continues to be the best place
for modern architectures, like the
sidecar pattern.
● Use cases: proxy forwarding,
credentials management, client-side
load balancing, timeouts, and retries.
Spinnaker Integration
Add Spinnaker to Your PCF Deployment
Open source, multi-cloud
continuous delivery. Releasing
software changes with high
velocity and confidence.
Works with PAS and Enterprise PKS
• Zero-downtime blue/green deployments
• Multi-foundation view of applications
• Manifest-based deployment
• Application management actions and pipeline stages
• Clone stage for promotion of applications across
environments
• Pipeline stages to deploy/destroy services
• Binding applications to services as part of deploy stages
• Artifact framework for triggering and assembling
deployments
• Artifactory and Nexus integrations
• Artifact traceability from build to deployed assets
• Concourse trigger type
Application Rollback
PAS 2.6
App developers can easily rollback to an app
revision from a specific point in time [beta]
● Quickly adjust if production deployments do not
go as expected.
● What’s a revision? A snapshot of code and
configuration for an application at a specific
point in time.
○ Revisions are automatically created for an
app when new app code or configuration is
deployed.
● In order to rollback an app to a previous revision,
a user creates a deployment for an app that
points to that previous revision.
Developer
Productivity
Spring Cloud Data Flow for PCF
Spring Cloud Data Flow for PCF 1.5
Open-source SCDF 2.1
Integration with UAA
The tile, and dependent
components, are packaged,
managed and updated by Pivotal
https://dataflow.spring.io
The hub for learning about all things Data Flow
related
Config Server 3.0
Spring Cloud Services for PCF 3.0 is GA!
Config Server 3.0 includes across-the-board enhancements:
● Removes dependencies on RabbitMQ for PCF and MySQL for PCF tiles.
This simplifies day-to-day management of the SCS tile.
● Improves performance by bundling in a local Git mirror service on each
PCF foundation. Config Server property updates are faster. What’s more,
the auditing and governance of these updates is easier.
● Bundles has an integrated CredHub backend to manage secrets for each
service instance. (We will continue to support Vault.)
PSA: Circuit Breaker Dashboard is discontinued. So for this release, continue to install
and use SCS v2.0 alongside SCS v3.0, so that they can retain their existing Circuit Breaker
Dashboard and Registry Server capabilities.
PAS for Windows
PAS for Windows 2.6
VCAP user can modify the ODBC
section of the registry settings
● Customers will now have the opportunity to
install ODBC drivers, including Jethro, to talk
to their .NET Apps.
.NET Framework and .NET Core apps
on Windows can now use multiple
custom ports
● Released in PAS 2.5 for .NET Core on Linux;
now it comes to Windows!
● Some workloads listen on ports other than
8080; others listen on multiple ports. For
example:
○ TCP protocols that require multiple
ports
○ Apps that serve web client requests
on one port and offer stats/debug on
another
PSA & Important reminders
PASW 2012R2 End of Availability
In line with delivering the best experience for Windows workloads on
PCF, the 2012 R2 stack is being retired. Please talk to your balanced
account team to discuss migration and upgrade strategy.
‘-s windows2016’ is deprecated (as of PASW 2.5).
Use ‘-s windows’ instead. You may run `cf buildpacks` to verify that you
have the `windows` associated stack.
Operator Efficiency
© Copyright 2019 Pivotal Software, Inc. All rights Reserved.
MySQL for PCF
MySQL for PCF 2.7 to add multi-datacenter replication
(beta)
Enterprise-ready MySQL. Self-
service, on-demand, highly
available.
Coming soon
• Developers to create a leader-follower mysql in
two foundations
• Developers to bind apps in either foundation to
the multi-dc mysql instance
• Developers to trigger a failover to their DR site
in the case of a disaster
• Operators to perform datacenter maintenance
while keeping mysql services up and running
• Galera clustering remains in beta
Platform Automation for PCF
Platform Automation for PCF: Your Perpetual Upgrade Machine
Building blocks to create a
repeatable and reusable
automated pipeline for upgrading
and installing PCF foundations
Works with Concourse and leverages Concourse
tasks
Compatible with Ops Manager 2.3-2.6
Contains and extends om commands (the Ops
Manager API)
Uses externalized configurations, which enable
reusability across foundations
Can be used to update any supported
infrastructure
Provides how-to guides and example pipelines to
show how to string together tasks
RabbitMQ for PCF
RabbitMQ for PCF 1.16.4: Across-the-Board Enhancements
Easily connect distributed applications
using with the most widely deployed open
source message broker. Simplify
connections between applications, deploy
more scalable systems, and ship faster.
New plugins for on-demand
instances
Share metrics with PCF Healthwatch
Option to disable service metrics
Simpler TLS setup
Option to enforce TLS
New metrics
Pivotal Cloud Cache
Pivotal Cloud Cache 1.8: High-performance caching for Spring microservices
An in-memory, key-value store
that performs read/write
operations at blazingly fast
speeds.
● Service instances can now be
backed up and restored via BOSH
Backup & Restore
● PCC now captures more details
about the health of your
deployment
○ Use this enhanced telemetry to
establish SLOs for the throughput
and latency of each cluster.
● Performance improvements
○ Puts are 7% faster
○ Gets are 9% faster
○ Server gets are 250% faster
Observability
Additional IaaS VM Metrics via the Loggregator Firehose
New tooling simplifies this scenario and eases troubleshooting.
● System Metrics Agent. This is deployed as a collocated job within PAS. It
collects metrics and makes them available over a Prometheus compatible
exposition endpoint.
● Metric Scraper. This component consumes any Prometheus compatible
exposition endpoint, and sends it to Loggregator Agent. It will report VM
metrics for all PAS VMs. This component will run on the Scheduler VM and
use Bosh DNS to discover Bosh deployed VMs.
PAS 2.6
App Operators can set up more than 10k syslog
drains [beta]
● PAS 2.6 moves the syslog forwarding from the end of
the Loggregator pipeline (at the adapter) closer to the
point of emission, eliminating the scaling issue.
● The enhancements include an agent that runs on all
VMs between the emitting jobs (containers and
components) and loggregator-agent. This agent
forwards the logs to the configured syslog drains and
additionally to loggregator-agent / pipeline.
● Feature is a beta, off by default.Operator Efficiency
PCF HealthWatch 1.6
Operator Efficiency
New UX Capabilities
● Highlight-to-zoom behavior
● Synchronised needles across charts for
easier cross comparison of metrics.
● This is especially helpful when
troubleshooting.
PCF Healthwatch 1.6: New UX Capabilities
Operations Manager 2.6
PCF Ops
Manager 2.6
Ops Manager API users can now call an
endpoint to receive a list of required fields.
● The OM GUI shows what fields are required for
a deployment. Until now, API users didn’t have
an easy way to check what’s required.
● The API response lists out actionable data to
help the operator.
● API docs
○ Pre-deploy-check-for-a-staged-bosh-director
○ pre-deploy-check-for-a-staged-product
Operator
Efficiency
Ops Manager 2.6: APIs Calls to Get a List of Required Fields
PCF Ops
Manager 2.6
Ops Manager supports specifying
monitor_port for NSX load balancers. Now,
PCF deployments on vSphere can use the OM
NSX load balancer features.
Ops Manager tracks and exposes how long an
individual product takes to deploy. A new
“change log” page shows a historical view of all
your deployments.
Operator
Efficiency
Ops Manager 2.6: New Change Log page
Comprehensive Security
© Copyright 2019 Pivotal Software, Inc. All rights Reserved.
Concourse for PCF
Concourse for PCF 5.2
Continuously integrate and
deliver any change to your
application stack
New Role-Based Access Controls (RBAC)
• Concourse Admin
• Team Owners
• Team Members
• Pipeline Operators
• Team View
Parallelized Container/Volume Clean-Up
Integration with Credhub
...and Much More!
• Generic credential caching
• Primitive audit logging
• Pinned resources
• Global Resource
• Sidebar navigation added back
• Icons on pipeline
• Check out new Examples section
Enterprise PKS
Enterprise PKS 1.4
Production-ready Kubernetes on
any cloud
Kubernetes 1.13.5
Streamlined Install & Config for vSphere
Single Operations Manager for PAS + PKS
Lifecycle Management features
• Pod Security Policies
• Cluster Admin resource quotas.
• Self-service KubeConfig access.
• Backup and restore
• ...and more!
Want early access to PKS 1.5 for Windows
workloads? Contact your balanced account
team.
Other Security Features
PAS 2.6
Improved security for Gorouter
○ The system now defaults to DNS lookup for resolving user-
provided internal route services. [docs]
○ Previously, Gorouter would prefer any route registered internally.
Security updates to the new Istio-based routing tier
○ The new routing tier (launched as part of PAS 2.5) includes an
updated Envoy version (1.9.1). This version fixes security
vulnerabilities in the previous version.
Comprehensive
Security
Multi-Cloud Success
© Copyright 2019 Pivotal Software, Inc. All rights Reserved.
AWS Service Broker for PCF
AWS Service Broker for PCF - now GA!
Released
The AWS Service Broker allows native AWS services to be exposed
directly through application platforms that implement the Open
Service Broker API, and provides simple integration of AWS Services
directly within the application platform.
PCF Ops
Manager 2.6
Ops Manager now supports 5th generation
AWS instances.
Ops Manager supports ADFS for Azure Stack.
Enables use of PCF on Azure Stack in
disconnected mode.
Multi-Cloud
Success
Partner Ecosystem
© Copyright 2019 Pivotal Software, Inc. All rights Reserved.
ISV Ecosystem Momentum Drives Platform Advantage
ETL
DATABASE
IaaS
CACHE / LB
COMMERCE
SEARCH
IAM
SECURITY
TEST
ANALYTICS
BATCH
APM
MOBILE
CI / CD
NETWORKING
ITIL
BPM
IDE/CODE
API / SOA /
uS / IOT
MESSAGING SIEM / LOG /
AUDIT
CRM
Microsoft Azure
Microsoft Azure
Google Cloud Platform
Google Cloud Platform
Register Today Use
Discount Code
S1P200_DBaskette
October 7–10, 2019
Austin Convention Center
and Save!
© Copyright 2019 Pivotal Software, Inc. All rights Reserved. Version 1.0
● Software published to
network.pivotal.io
● Docs available on docs.pivotal.io
Transforming How The World Builds Software
© Copyright 2019 Pivotal Software, Inc. All rights Reserved.

More Related Content

What's hot

Pivotal Cloud Foundry 2.1: Making Transformation Real Webinar
Pivotal Cloud Foundry 2.1: Making Transformation Real WebinarPivotal Cloud Foundry 2.1: Making Transformation Real Webinar
Pivotal Cloud Foundry 2.1: Making Transformation Real WebinarVMware Tanzu
 
PCF Cloud-Native Workshop Slides
PCF Cloud-Native Workshop SlidesPCF Cloud-Native Workshop Slides
PCF Cloud-Native Workshop SlidesVMware Tanzu
 
PCF: Platform for a New Era - Kubernetes for the Enterprise - London
PCF: Platform for a New Era - Kubernetes for the Enterprise - LondonPCF: Platform for a New Era - Kubernetes for the Enterprise - London
PCF: Platform for a New Era - Kubernetes for the Enterprise - LondonVMware Tanzu
 
Pivotal Cloud Foundry 1.10: First Look - Windows at Scale, Network Isolation
Pivotal Cloud Foundry 1.10: First Look - Windows at Scale, Network IsolationPivotal Cloud Foundry 1.10: First Look - Windows at Scale, Network Isolation
Pivotal Cloud Foundry 1.10: First Look - Windows at Scale, Network IsolationVMware Tanzu
 
How to Scale Operations for a Multi-Cloud Platform using PCF
How to Scale Operations for a Multi-Cloud Platform using PCFHow to Scale Operations for a Multi-Cloud Platform using PCF
How to Scale Operations for a Multi-Cloud Platform using PCFVMware Tanzu
 
Pivotal Cloud Foundry 2.4: A First Look
Pivotal Cloud Foundry 2.4: A First LookPivotal Cloud Foundry 2.4: A First Look
Pivotal Cloud Foundry 2.4: A First LookVMware Tanzu
 
Moving at the speed of startup with Pivotal Cloud Foundry 1.11
Moving at the speed of startup with Pivotal Cloud Foundry 1.11Moving at the speed of startup with Pivotal Cloud Foundry 1.11
Moving at the speed of startup with Pivotal Cloud Foundry 1.11VMware Tanzu
 
How to Overcome Data Challenges When Refactoring Monoliths to Microservices
How to Overcome Data Challenges When Refactoring Monoliths to MicroservicesHow to Overcome Data Challenges When Refactoring Monoliths to Microservices
How to Overcome Data Challenges When Refactoring Monoliths to MicroservicesVMware Tanzu
 
Spring and Pivotal Application Service - SpringOne Tour Dallas
Spring and Pivotal Application Service - SpringOne Tour DallasSpring and Pivotal Application Service - SpringOne Tour Dallas
Spring and Pivotal Application Service - SpringOne Tour DallasVMware Tanzu
 
Pivotal Container Service Overview
Pivotal Container Service Overview Pivotal Container Service Overview
Pivotal Container Service Overview VMware Tanzu
 
Making Microservices Smarter with Istio, Envoy and Pivotal Ingress Router
Making Microservices Smarter with Istio, Envoy and Pivotal Ingress RouterMaking Microservices Smarter with Istio, Envoy and Pivotal Ingress Router
Making Microservices Smarter with Istio, Envoy and Pivotal Ingress RouterVMware Tanzu
 
Concourse, Spinnaker, Cloud Foundry, Oh My! Creating Sophisticated Deployment...
Concourse, Spinnaker, Cloud Foundry, Oh My! Creating Sophisticated Deployment...Concourse, Spinnaker, Cloud Foundry, Oh My! Creating Sophisticated Deployment...
Concourse, Spinnaker, Cloud Foundry, Oh My! Creating Sophisticated Deployment...VMware Tanzu
 
Declarative Infrastructure with Cloud Foundry BOSH
Declarative Infrastructure with Cloud Foundry BOSHDeclarative Infrastructure with Cloud Foundry BOSH
Declarative Infrastructure with Cloud Foundry BOSHcornelia davis
 
Monitoring Cloud Native Apps on Pivotal Cloud Foundry with AppDynamics
Monitoring Cloud Native Apps on Pivotal Cloud Foundry with AppDynamicsMonitoring Cloud Native Apps on Pivotal Cloud Foundry with AppDynamics
Monitoring Cloud Native Apps on Pivotal Cloud Foundry with AppDynamicsNima Badiey
 
Spring and Pivotal Application Service - SpringOne Tour - Boston
Spring and Pivotal Application Service - SpringOne Tour - BostonSpring and Pivotal Application Service - SpringOne Tour - Boston
Spring and Pivotal Application Service - SpringOne Tour - BostonVMware Tanzu
 
What's new in Pivotal Cloud Foundry 1.6
What's new in Pivotal Cloud Foundry 1.6What's new in Pivotal Cloud Foundry 1.6
What's new in Pivotal Cloud Foundry 1.6dektlong
 
Cloud Foundry Platform Operations - CF Summit 2015
Cloud Foundry Platform Operations - CF Summit 2015Cloud Foundry Platform Operations - CF Summit 2015
Cloud Foundry Platform Operations - CF Summit 2015cornelia davis
 
Unlock your VMWare Investment with Pivotal Cloud Foundry (VMworld 2014)
Unlock your VMWare Investment with Pivotal Cloud Foundry (VMworld 2014)Unlock your VMWare Investment with Pivotal Cloud Foundry (VMworld 2014)
Unlock your VMWare Investment with Pivotal Cloud Foundry (VMworld 2014)VMware Tanzu
 
Pivotal Cloud Foundry: A Technical Overview
Pivotal Cloud Foundry: A Technical OverviewPivotal Cloud Foundry: A Technical Overview
Pivotal Cloud Foundry: A Technical OverviewVMware Tanzu
 
Deep Dive into Pivotal Cloud Foundry 2.0
Deep Dive into Pivotal Cloud Foundry 2.0Deep Dive into Pivotal Cloud Foundry 2.0
Deep Dive into Pivotal Cloud Foundry 2.0VMware Tanzu
 

What's hot (20)

Pivotal Cloud Foundry 2.1: Making Transformation Real Webinar
Pivotal Cloud Foundry 2.1: Making Transformation Real WebinarPivotal Cloud Foundry 2.1: Making Transformation Real Webinar
Pivotal Cloud Foundry 2.1: Making Transformation Real Webinar
 
PCF Cloud-Native Workshop Slides
PCF Cloud-Native Workshop SlidesPCF Cloud-Native Workshop Slides
PCF Cloud-Native Workshop Slides
 
PCF: Platform for a New Era - Kubernetes for the Enterprise - London
PCF: Platform for a New Era - Kubernetes for the Enterprise - LondonPCF: Platform for a New Era - Kubernetes for the Enterprise - London
PCF: Platform for a New Era - Kubernetes for the Enterprise - London
 
Pivotal Cloud Foundry 1.10: First Look - Windows at Scale, Network Isolation
Pivotal Cloud Foundry 1.10: First Look - Windows at Scale, Network IsolationPivotal Cloud Foundry 1.10: First Look - Windows at Scale, Network Isolation
Pivotal Cloud Foundry 1.10: First Look - Windows at Scale, Network Isolation
 
How to Scale Operations for a Multi-Cloud Platform using PCF
How to Scale Operations for a Multi-Cloud Platform using PCFHow to Scale Operations for a Multi-Cloud Platform using PCF
How to Scale Operations for a Multi-Cloud Platform using PCF
 
Pivotal Cloud Foundry 2.4: A First Look
Pivotal Cloud Foundry 2.4: A First LookPivotal Cloud Foundry 2.4: A First Look
Pivotal Cloud Foundry 2.4: A First Look
 
Moving at the speed of startup with Pivotal Cloud Foundry 1.11
Moving at the speed of startup with Pivotal Cloud Foundry 1.11Moving at the speed of startup with Pivotal Cloud Foundry 1.11
Moving at the speed of startup with Pivotal Cloud Foundry 1.11
 
How to Overcome Data Challenges When Refactoring Monoliths to Microservices
How to Overcome Data Challenges When Refactoring Monoliths to MicroservicesHow to Overcome Data Challenges When Refactoring Monoliths to Microservices
How to Overcome Data Challenges When Refactoring Monoliths to Microservices
 
Spring and Pivotal Application Service - SpringOne Tour Dallas
Spring and Pivotal Application Service - SpringOne Tour DallasSpring and Pivotal Application Service - SpringOne Tour Dallas
Spring and Pivotal Application Service - SpringOne Tour Dallas
 
Pivotal Container Service Overview
Pivotal Container Service Overview Pivotal Container Service Overview
Pivotal Container Service Overview
 
Making Microservices Smarter with Istio, Envoy and Pivotal Ingress Router
Making Microservices Smarter with Istio, Envoy and Pivotal Ingress RouterMaking Microservices Smarter with Istio, Envoy and Pivotal Ingress Router
Making Microservices Smarter with Istio, Envoy and Pivotal Ingress Router
 
Concourse, Spinnaker, Cloud Foundry, Oh My! Creating Sophisticated Deployment...
Concourse, Spinnaker, Cloud Foundry, Oh My! Creating Sophisticated Deployment...Concourse, Spinnaker, Cloud Foundry, Oh My! Creating Sophisticated Deployment...
Concourse, Spinnaker, Cloud Foundry, Oh My! Creating Sophisticated Deployment...
 
Declarative Infrastructure with Cloud Foundry BOSH
Declarative Infrastructure with Cloud Foundry BOSHDeclarative Infrastructure with Cloud Foundry BOSH
Declarative Infrastructure with Cloud Foundry BOSH
 
Monitoring Cloud Native Apps on Pivotal Cloud Foundry with AppDynamics
Monitoring Cloud Native Apps on Pivotal Cloud Foundry with AppDynamicsMonitoring Cloud Native Apps on Pivotal Cloud Foundry with AppDynamics
Monitoring Cloud Native Apps on Pivotal Cloud Foundry with AppDynamics
 
Spring and Pivotal Application Service - SpringOne Tour - Boston
Spring and Pivotal Application Service - SpringOne Tour - BostonSpring and Pivotal Application Service - SpringOne Tour - Boston
Spring and Pivotal Application Service - SpringOne Tour - Boston
 
What's new in Pivotal Cloud Foundry 1.6
What's new in Pivotal Cloud Foundry 1.6What's new in Pivotal Cloud Foundry 1.6
What's new in Pivotal Cloud Foundry 1.6
 
Cloud Foundry Platform Operations - CF Summit 2015
Cloud Foundry Platform Operations - CF Summit 2015Cloud Foundry Platform Operations - CF Summit 2015
Cloud Foundry Platform Operations - CF Summit 2015
 
Unlock your VMWare Investment with Pivotal Cloud Foundry (VMworld 2014)
Unlock your VMWare Investment with Pivotal Cloud Foundry (VMworld 2014)Unlock your VMWare Investment with Pivotal Cloud Foundry (VMworld 2014)
Unlock your VMWare Investment with Pivotal Cloud Foundry (VMworld 2014)
 
Pivotal Cloud Foundry: A Technical Overview
Pivotal Cloud Foundry: A Technical OverviewPivotal Cloud Foundry: A Technical Overview
Pivotal Cloud Foundry: A Technical Overview
 
Deep Dive into Pivotal Cloud Foundry 2.0
Deep Dive into Pivotal Cloud Foundry 2.0Deep Dive into Pivotal Cloud Foundry 2.0
Deep Dive into Pivotal Cloud Foundry 2.0
 

Similar to Pivotal Cloud Foundry 2.6: A First Look

Pivotal Platform: A First Look at the October Release
Pivotal Platform: A First Look at the October ReleasePivotal Platform: A First Look at the October Release
Pivotal Platform: A First Look at the October ReleaseVMware Tanzu
 
PCF2.2 update mkim_201807
PCF2.2 update mkim_201807PCF2.2 update mkim_201807
PCF2.2 update mkim_201807minseok kim
 
Pivotal CloudFoundry on Google cloud platform
Pivotal CloudFoundry on Google cloud platformPivotal CloudFoundry on Google cloud platform
Pivotal CloudFoundry on Google cloud platformRonak Banka
 
Spring Cloud Services with Pivotal Cloud Foundry- Gokhan Goksu
Spring Cloud Services with Pivotal Cloud Foundry- Gokhan GoksuSpring Cloud Services with Pivotal Cloud Foundry- Gokhan Goksu
Spring Cloud Services with Pivotal Cloud Foundry- Gokhan GoksuVMware Tanzu
 
Eseguire Applicazioni Cloud-Native con Pivotal Cloud Foundry su Google Cloud ...
Eseguire Applicazioni Cloud-Native con Pivotal Cloud Foundry su Google Cloud ...Eseguire Applicazioni Cloud-Native con Pivotal Cloud Foundry su Google Cloud ...
Eseguire Applicazioni Cloud-Native con Pivotal Cloud Foundry su Google Cloud ...VMware Tanzu
 
Delivering Cloud Native Batch Solutions - Dodd Pfeffer
Delivering Cloud Native Batch Solutions - Dodd PfefferDelivering Cloud Native Batch Solutions - Dodd Pfeffer
Delivering Cloud Native Batch Solutions - Dodd PfefferVMware Tanzu
 
Cloud-Native Patterns and the Benefits of MySQL as a Platform Managed Service
Cloud-Native Patterns and the Benefits of MySQL as a Platform Managed ServiceCloud-Native Patterns and the Benefits of MySQL as a Platform Managed Service
Cloud-Native Patterns and the Benefits of MySQL as a Platform Managed ServiceVMware Tanzu
 
Cloudify 4.6 highlights webinar
Cloudify 4.6 highlights webinarCloudify 4.6 highlights webinar
Cloudify 4.6 highlights webinarCloudify Community
 
Pivotal Platform - December Release A First Look
Pivotal Platform - December Release A First LookPivotal Platform - December Release A First Look
Pivotal Platform - December Release A First LookVMware Tanzu
 
Intro to Environment as a Service - Cloudify 5.0.5 Webinar
Intro to Environment as a Service - Cloudify 5.0.5 WebinarIntro to Environment as a Service - Cloudify 5.0.5 Webinar
Intro to Environment as a Service - Cloudify 5.0.5 WebinarCloudify Community
 
Upgrade your InfoSec, Ops and Dev teams with PCF 1.12
Upgrade your InfoSec, Ops and Dev teams with PCF 1.12Upgrade your InfoSec, Ops and Dev teams with PCF 1.12
Upgrade your InfoSec, Ops and Dev teams with PCF 1.12VMware Tanzu
 
MuleSoft Surat Virtual Meetup#16 - Anypoint Deployment Option, API and Operat...
MuleSoft Surat Virtual Meetup#16 - Anypoint Deployment Option, API and Operat...MuleSoft Surat Virtual Meetup#16 - Anypoint Deployment Option, API and Operat...
MuleSoft Surat Virtual Meetup#16 - Anypoint Deployment Option, API and Operat...Jitendra Bafna
 
Datasheet.net pluginforrd
Datasheet.net pluginforrdDatasheet.net pluginforrd
Datasheet.net pluginforrdMidVision
 
WilliamArthur-Resume-1
WilliamArthur-Resume-1WilliamArthur-Resume-1
WilliamArthur-Resume-1Ted Arthur
 
Breaking the Monolith
Breaking the MonolithBreaking the Monolith
Breaking the MonolithVMware Tanzu
 
InterConnect 2015 1930 - Top practices to ensure a successful IBM Business Pr...
InterConnect 2015 1930 - Top practices to ensure a successful IBM Business Pr...InterConnect 2015 1930 - Top practices to ensure a successful IBM Business Pr...
InterConnect 2015 1930 - Top practices to ensure a successful IBM Business Pr...Brian Petrini
 
InterConnect 2015 1930 - Top practices to ensure a successful IBM Business Pr...
InterConnect 2015 1930 - Top practices to ensure a successful IBM Business Pr...InterConnect 2015 1930 - Top practices to ensure a successful IBM Business Pr...
InterConnect 2015 1930 - Top practices to ensure a successful IBM Business Pr...Brian Petrini
 
Back to the Future: Containerize Legacy Applications
Back to the Future: Containerize Legacy ApplicationsBack to the Future: Containerize Legacy Applications
Back to the Future: Containerize Legacy ApplicationsDocker, Inc.
 
Pure Systems Patterns of Expertise - John Kaemmerer and Gerry Kovan, 11th Sep...
Pure Systems Patterns of Expertise - John Kaemmerer and Gerry Kovan, 11th Sep...Pure Systems Patterns of Expertise - John Kaemmerer and Gerry Kovan, 11th Sep...
Pure Systems Patterns of Expertise - John Kaemmerer and Gerry Kovan, 11th Sep...IBM Systems UKI
 
Datasheet cruisecontrolpluginforrd
Datasheet cruisecontrolpluginforrdDatasheet cruisecontrolpluginforrd
Datasheet cruisecontrolpluginforrdMidVision
 

Similar to Pivotal Cloud Foundry 2.6: A First Look (20)

Pivotal Platform: A First Look at the October Release
Pivotal Platform: A First Look at the October ReleasePivotal Platform: A First Look at the October Release
Pivotal Platform: A First Look at the October Release
 
PCF2.2 update mkim_201807
PCF2.2 update mkim_201807PCF2.2 update mkim_201807
PCF2.2 update mkim_201807
 
Pivotal CloudFoundry on Google cloud platform
Pivotal CloudFoundry on Google cloud platformPivotal CloudFoundry on Google cloud platform
Pivotal CloudFoundry on Google cloud platform
 
Spring Cloud Services with Pivotal Cloud Foundry- Gokhan Goksu
Spring Cloud Services with Pivotal Cloud Foundry- Gokhan GoksuSpring Cloud Services with Pivotal Cloud Foundry- Gokhan Goksu
Spring Cloud Services with Pivotal Cloud Foundry- Gokhan Goksu
 
Eseguire Applicazioni Cloud-Native con Pivotal Cloud Foundry su Google Cloud ...
Eseguire Applicazioni Cloud-Native con Pivotal Cloud Foundry su Google Cloud ...Eseguire Applicazioni Cloud-Native con Pivotal Cloud Foundry su Google Cloud ...
Eseguire Applicazioni Cloud-Native con Pivotal Cloud Foundry su Google Cloud ...
 
Delivering Cloud Native Batch Solutions - Dodd Pfeffer
Delivering Cloud Native Batch Solutions - Dodd PfefferDelivering Cloud Native Batch Solutions - Dodd Pfeffer
Delivering Cloud Native Batch Solutions - Dodd Pfeffer
 
Cloud-Native Patterns and the Benefits of MySQL as a Platform Managed Service
Cloud-Native Patterns and the Benefits of MySQL as a Platform Managed ServiceCloud-Native Patterns and the Benefits of MySQL as a Platform Managed Service
Cloud-Native Patterns and the Benefits of MySQL as a Platform Managed Service
 
Cloudify 4.6 highlights webinar
Cloudify 4.6 highlights webinarCloudify 4.6 highlights webinar
Cloudify 4.6 highlights webinar
 
Pivotal Platform - December Release A First Look
Pivotal Platform - December Release A First LookPivotal Platform - December Release A First Look
Pivotal Platform - December Release A First Look
 
Intro to Environment as a Service - Cloudify 5.0.5 Webinar
Intro to Environment as a Service - Cloudify 5.0.5 WebinarIntro to Environment as a Service - Cloudify 5.0.5 Webinar
Intro to Environment as a Service - Cloudify 5.0.5 Webinar
 
Upgrade your InfoSec, Ops and Dev teams with PCF 1.12
Upgrade your InfoSec, Ops and Dev teams with PCF 1.12Upgrade your InfoSec, Ops and Dev teams with PCF 1.12
Upgrade your InfoSec, Ops and Dev teams with PCF 1.12
 
MuleSoft Surat Virtual Meetup#16 - Anypoint Deployment Option, API and Operat...
MuleSoft Surat Virtual Meetup#16 - Anypoint Deployment Option, API and Operat...MuleSoft Surat Virtual Meetup#16 - Anypoint Deployment Option, API and Operat...
MuleSoft Surat Virtual Meetup#16 - Anypoint Deployment Option, API and Operat...
 
Datasheet.net pluginforrd
Datasheet.net pluginforrdDatasheet.net pluginforrd
Datasheet.net pluginforrd
 
WilliamArthur-Resume-1
WilliamArthur-Resume-1WilliamArthur-Resume-1
WilliamArthur-Resume-1
 
Breaking the Monolith
Breaking the MonolithBreaking the Monolith
Breaking the Monolith
 
InterConnect 2015 1930 - Top practices to ensure a successful IBM Business Pr...
InterConnect 2015 1930 - Top practices to ensure a successful IBM Business Pr...InterConnect 2015 1930 - Top practices to ensure a successful IBM Business Pr...
InterConnect 2015 1930 - Top practices to ensure a successful IBM Business Pr...
 
InterConnect 2015 1930 - Top practices to ensure a successful IBM Business Pr...
InterConnect 2015 1930 - Top practices to ensure a successful IBM Business Pr...InterConnect 2015 1930 - Top practices to ensure a successful IBM Business Pr...
InterConnect 2015 1930 - Top practices to ensure a successful IBM Business Pr...
 
Back to the Future: Containerize Legacy Applications
Back to the Future: Containerize Legacy ApplicationsBack to the Future: Containerize Legacy Applications
Back to the Future: Containerize Legacy Applications
 
Pure Systems Patterns of Expertise - John Kaemmerer and Gerry Kovan, 11th Sep...
Pure Systems Patterns of Expertise - John Kaemmerer and Gerry Kovan, 11th Sep...Pure Systems Patterns of Expertise - John Kaemmerer and Gerry Kovan, 11th Sep...
Pure Systems Patterns of Expertise - John Kaemmerer and Gerry Kovan, 11th Sep...
 
Datasheet cruisecontrolpluginforrd
Datasheet cruisecontrolpluginforrdDatasheet cruisecontrolpluginforrd
Datasheet cruisecontrolpluginforrd
 

More from VMware Tanzu

What AI Means For Your Product Strategy And What To Do About It
What AI Means For Your Product Strategy And What To Do About ItWhat AI Means For Your Product Strategy And What To Do About It
What AI Means For Your Product Strategy And What To Do About ItVMware Tanzu
 
Make the Right Thing the Obvious Thing at Cardinal Health 2023
Make the Right Thing the Obvious Thing at Cardinal Health 2023Make the Right Thing the Obvious Thing at Cardinal Health 2023
Make the Right Thing the Obvious Thing at Cardinal Health 2023VMware Tanzu
 
Enhancing DevEx and Simplifying Operations at Scale
Enhancing DevEx and Simplifying Operations at ScaleEnhancing DevEx and Simplifying Operations at Scale
Enhancing DevEx and Simplifying Operations at ScaleVMware Tanzu
 
Spring Update | July 2023
Spring Update | July 2023Spring Update | July 2023
Spring Update | July 2023VMware Tanzu
 
Platforms, Platform Engineering, & Platform as a Product
Platforms, Platform Engineering, & Platform as a ProductPlatforms, Platform Engineering, & Platform as a Product
Platforms, Platform Engineering, & Platform as a ProductVMware Tanzu
 
Building Cloud Ready Apps
Building Cloud Ready AppsBuilding Cloud Ready Apps
Building Cloud Ready AppsVMware Tanzu
 
Spring Boot 3 And Beyond
Spring Boot 3 And BeyondSpring Boot 3 And Beyond
Spring Boot 3 And BeyondVMware Tanzu
 
Spring Cloud Gateway - SpringOne Tour 2023 Charles Schwab.pdf
Spring Cloud Gateway - SpringOne Tour 2023 Charles Schwab.pdfSpring Cloud Gateway - SpringOne Tour 2023 Charles Schwab.pdf
Spring Cloud Gateway - SpringOne Tour 2023 Charles Schwab.pdfVMware Tanzu
 
Simplify and Scale Enterprise Apps in the Cloud | Boston 2023
Simplify and Scale Enterprise Apps in the Cloud | Boston 2023Simplify and Scale Enterprise Apps in the Cloud | Boston 2023
Simplify and Scale Enterprise Apps in the Cloud | Boston 2023VMware Tanzu
 
Simplify and Scale Enterprise Apps in the Cloud | Seattle 2023
Simplify and Scale Enterprise Apps in the Cloud | Seattle 2023Simplify and Scale Enterprise Apps in the Cloud | Seattle 2023
Simplify and Scale Enterprise Apps in the Cloud | Seattle 2023VMware Tanzu
 
tanzu_developer_connect.pptx
tanzu_developer_connect.pptxtanzu_developer_connect.pptx
tanzu_developer_connect.pptxVMware Tanzu
 
Tanzu Virtual Developer Connect Workshop - French
Tanzu Virtual Developer Connect Workshop - FrenchTanzu Virtual Developer Connect Workshop - French
Tanzu Virtual Developer Connect Workshop - FrenchVMware Tanzu
 
Tanzu Developer Connect Workshop - English
Tanzu Developer Connect Workshop - EnglishTanzu Developer Connect Workshop - English
Tanzu Developer Connect Workshop - EnglishVMware Tanzu
 
Virtual Developer Connect Workshop - English
Virtual Developer Connect Workshop - EnglishVirtual Developer Connect Workshop - English
Virtual Developer Connect Workshop - EnglishVMware Tanzu
 
Tanzu Developer Connect - French
Tanzu Developer Connect - FrenchTanzu Developer Connect - French
Tanzu Developer Connect - FrenchVMware Tanzu
 
Simplify and Scale Enterprise Apps in the Cloud | Dallas 2023
Simplify and Scale Enterprise Apps in the Cloud | Dallas 2023Simplify and Scale Enterprise Apps in the Cloud | Dallas 2023
Simplify and Scale Enterprise Apps in the Cloud | Dallas 2023VMware Tanzu
 
SpringOne Tour: Deliver 15-Factor Applications on Kubernetes with Spring Boot
SpringOne Tour: Deliver 15-Factor Applications on Kubernetes with Spring BootSpringOne Tour: Deliver 15-Factor Applications on Kubernetes with Spring Boot
SpringOne Tour: Deliver 15-Factor Applications on Kubernetes with Spring BootVMware Tanzu
 
SpringOne Tour: The Influential Software Engineer
SpringOne Tour: The Influential Software EngineerSpringOne Tour: The Influential Software Engineer
SpringOne Tour: The Influential Software EngineerVMware Tanzu
 
SpringOne Tour: Domain-Driven Design: Theory vs Practice
SpringOne Tour: Domain-Driven Design: Theory vs PracticeSpringOne Tour: Domain-Driven Design: Theory vs Practice
SpringOne Tour: Domain-Driven Design: Theory vs PracticeVMware Tanzu
 
SpringOne Tour: Spring Recipes: A Collection of Common-Sense Solutions
SpringOne Tour: Spring Recipes: A Collection of Common-Sense SolutionsSpringOne Tour: Spring Recipes: A Collection of Common-Sense Solutions
SpringOne Tour: Spring Recipes: A Collection of Common-Sense SolutionsVMware Tanzu
 

More from VMware Tanzu (20)

What AI Means For Your Product Strategy And What To Do About It
What AI Means For Your Product Strategy And What To Do About ItWhat AI Means For Your Product Strategy And What To Do About It
What AI Means For Your Product Strategy And What To Do About It
 
Make the Right Thing the Obvious Thing at Cardinal Health 2023
Make the Right Thing the Obvious Thing at Cardinal Health 2023Make the Right Thing the Obvious Thing at Cardinal Health 2023
Make the Right Thing the Obvious Thing at Cardinal Health 2023
 
Enhancing DevEx and Simplifying Operations at Scale
Enhancing DevEx and Simplifying Operations at ScaleEnhancing DevEx and Simplifying Operations at Scale
Enhancing DevEx and Simplifying Operations at Scale
 
Spring Update | July 2023
Spring Update | July 2023Spring Update | July 2023
Spring Update | July 2023
 
Platforms, Platform Engineering, & Platform as a Product
Platforms, Platform Engineering, & Platform as a ProductPlatforms, Platform Engineering, & Platform as a Product
Platforms, Platform Engineering, & Platform as a Product
 
Building Cloud Ready Apps
Building Cloud Ready AppsBuilding Cloud Ready Apps
Building Cloud Ready Apps
 
Spring Boot 3 And Beyond
Spring Boot 3 And BeyondSpring Boot 3 And Beyond
Spring Boot 3 And Beyond
 
Spring Cloud Gateway - SpringOne Tour 2023 Charles Schwab.pdf
Spring Cloud Gateway - SpringOne Tour 2023 Charles Schwab.pdfSpring Cloud Gateway - SpringOne Tour 2023 Charles Schwab.pdf
Spring Cloud Gateway - SpringOne Tour 2023 Charles Schwab.pdf
 
Simplify and Scale Enterprise Apps in the Cloud | Boston 2023
Simplify and Scale Enterprise Apps in the Cloud | Boston 2023Simplify and Scale Enterprise Apps in the Cloud | Boston 2023
Simplify and Scale Enterprise Apps in the Cloud | Boston 2023
 
Simplify and Scale Enterprise Apps in the Cloud | Seattle 2023
Simplify and Scale Enterprise Apps in the Cloud | Seattle 2023Simplify and Scale Enterprise Apps in the Cloud | Seattle 2023
Simplify and Scale Enterprise Apps in the Cloud | Seattle 2023
 
tanzu_developer_connect.pptx
tanzu_developer_connect.pptxtanzu_developer_connect.pptx
tanzu_developer_connect.pptx
 
Tanzu Virtual Developer Connect Workshop - French
Tanzu Virtual Developer Connect Workshop - FrenchTanzu Virtual Developer Connect Workshop - French
Tanzu Virtual Developer Connect Workshop - French
 
Tanzu Developer Connect Workshop - English
Tanzu Developer Connect Workshop - EnglishTanzu Developer Connect Workshop - English
Tanzu Developer Connect Workshop - English
 
Virtual Developer Connect Workshop - English
Virtual Developer Connect Workshop - EnglishVirtual Developer Connect Workshop - English
Virtual Developer Connect Workshop - English
 
Tanzu Developer Connect - French
Tanzu Developer Connect - FrenchTanzu Developer Connect - French
Tanzu Developer Connect - French
 
Simplify and Scale Enterprise Apps in the Cloud | Dallas 2023
Simplify and Scale Enterprise Apps in the Cloud | Dallas 2023Simplify and Scale Enterprise Apps in the Cloud | Dallas 2023
Simplify and Scale Enterprise Apps in the Cloud | Dallas 2023
 
SpringOne Tour: Deliver 15-Factor Applications on Kubernetes with Spring Boot
SpringOne Tour: Deliver 15-Factor Applications on Kubernetes with Spring BootSpringOne Tour: Deliver 15-Factor Applications on Kubernetes with Spring Boot
SpringOne Tour: Deliver 15-Factor Applications on Kubernetes with Spring Boot
 
SpringOne Tour: The Influential Software Engineer
SpringOne Tour: The Influential Software EngineerSpringOne Tour: The Influential Software Engineer
SpringOne Tour: The Influential Software Engineer
 
SpringOne Tour: Domain-Driven Design: Theory vs Practice
SpringOne Tour: Domain-Driven Design: Theory vs PracticeSpringOne Tour: Domain-Driven Design: Theory vs Practice
SpringOne Tour: Domain-Driven Design: Theory vs Practice
 
SpringOne Tour: Spring Recipes: A Collection of Common-Sense Solutions
SpringOne Tour: Spring Recipes: A Collection of Common-Sense SolutionsSpringOne Tour: Spring Recipes: A Collection of Common-Sense Solutions
SpringOne Tour: Spring Recipes: A Collection of Common-Sense Solutions
 

Recently uploaded

How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Principled Technologies
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 

Recently uploaded (20)

How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 

Pivotal Cloud Foundry 2.6: A First Look

  • 1. © Copyright 2019 Pivotal Software, Inc. All rights Reserved. Pivotal Cloud Foundry 2.6: A First Look Jared Ruckle @jaredruckle Dan Baskette @dbbaskette
  • 2.
  • 3. Operational Efficiency ● Employ 500:1 developer to operator ratio ● Perform zero-downtime upgrades ● Runs the same way on every public/private cloud Developer Productivity Comprehensive Security ● Accelerate feedback loops by improving delivery velocity ● Focus on applications, not infrastructure ● Give developers the tools and frameworks to build resilient apps ● Adopt a defense-in- depth approach ● Continuously update platforms to limit threat impact ● Apply the 3 R’s → repair, repave, rotate ● Deploy multi-cloud resilience patterns ● Run platforms that stays online under all circumstances ● Scale up and down, in and out, through automation Multi-Cloud Success The Pivotal value proposition.
  • 4. Developer Productivity © Copyright 2019 Pivotal Software, Inc. All rights Reserved.
  • 6. App developers can run custom sidecar processes in the same container as their application [beta] ● PAS continues to be the best place for modern architectures, like the sidecar pattern. ● Use cases: proxy forwarding, credentials management, client-side load balancing, timeouts, and retries.
  • 8. Add Spinnaker to Your PCF Deployment Open source, multi-cloud continuous delivery. Releasing software changes with high velocity and confidence. Works with PAS and Enterprise PKS • Zero-downtime blue/green deployments • Multi-foundation view of applications • Manifest-based deployment • Application management actions and pipeline stages • Clone stage for promotion of applications across environments • Pipeline stages to deploy/destroy services • Binding applications to services as part of deploy stages • Artifact framework for triggering and assembling deployments • Artifactory and Nexus integrations • Artifact traceability from build to deployed assets • Concourse trigger type
  • 10. PAS 2.6 App developers can easily rollback to an app revision from a specific point in time [beta] ● Quickly adjust if production deployments do not go as expected. ● What’s a revision? A snapshot of code and configuration for an application at a specific point in time. ○ Revisions are automatically created for an app when new app code or configuration is deployed. ● In order to rollback an app to a previous revision, a user creates a deployment for an app that points to that previous revision. Developer Productivity
  • 11. Spring Cloud Data Flow for PCF
  • 12. Spring Cloud Data Flow for PCF 1.5 Open-source SCDF 2.1 Integration with UAA The tile, and dependent components, are packaged, managed and updated by Pivotal https://dataflow.spring.io The hub for learning about all things Data Flow related
  • 14. Spring Cloud Services for PCF 3.0 is GA! Config Server 3.0 includes across-the-board enhancements: ● Removes dependencies on RabbitMQ for PCF and MySQL for PCF tiles. This simplifies day-to-day management of the SCS tile. ● Improves performance by bundling in a local Git mirror service on each PCF foundation. Config Server property updates are faster. What’s more, the auditing and governance of these updates is easier. ● Bundles has an integrated CredHub backend to manage secrets for each service instance. (We will continue to support Vault.) PSA: Circuit Breaker Dashboard is discontinued. So for this release, continue to install and use SCS v2.0 alongside SCS v3.0, so that they can retain their existing Circuit Breaker Dashboard and Registry Server capabilities.
  • 16. PAS for Windows 2.6 VCAP user can modify the ODBC section of the registry settings ● Customers will now have the opportunity to install ODBC drivers, including Jethro, to talk to their .NET Apps. .NET Framework and .NET Core apps on Windows can now use multiple custom ports ● Released in PAS 2.5 for .NET Core on Linux; now it comes to Windows! ● Some workloads listen on ports other than 8080; others listen on multiple ports. For example: ○ TCP protocols that require multiple ports ○ Apps that serve web client requests on one port and offer stats/debug on another
  • 17. PSA & Important reminders PASW 2012R2 End of Availability In line with delivering the best experience for Windows workloads on PCF, the 2012 R2 stack is being retired. Please talk to your balanced account team to discuss migration and upgrade strategy. ‘-s windows2016’ is deprecated (as of PASW 2.5). Use ‘-s windows’ instead. You may run `cf buildpacks` to verify that you have the `windows` associated stack.
  • 18. Operator Efficiency © Copyright 2019 Pivotal Software, Inc. All rights Reserved.
  • 20. MySQL for PCF 2.7 to add multi-datacenter replication (beta) Enterprise-ready MySQL. Self- service, on-demand, highly available. Coming soon • Developers to create a leader-follower mysql in two foundations • Developers to bind apps in either foundation to the multi-dc mysql instance • Developers to trigger a failover to their DR site in the case of a disaster • Operators to perform datacenter maintenance while keeping mysql services up and running • Galera clustering remains in beta
  • 22. Platform Automation for PCF: Your Perpetual Upgrade Machine Building blocks to create a repeatable and reusable automated pipeline for upgrading and installing PCF foundations Works with Concourse and leverages Concourse tasks Compatible with Ops Manager 2.3-2.6 Contains and extends om commands (the Ops Manager API) Uses externalized configurations, which enable reusability across foundations Can be used to update any supported infrastructure Provides how-to guides and example pipelines to show how to string together tasks
  • 24. RabbitMQ for PCF 1.16.4: Across-the-Board Enhancements Easily connect distributed applications using with the most widely deployed open source message broker. Simplify connections between applications, deploy more scalable systems, and ship faster. New plugins for on-demand instances Share metrics with PCF Healthwatch Option to disable service metrics Simpler TLS setup Option to enforce TLS New metrics
  • 26. Pivotal Cloud Cache 1.8: High-performance caching for Spring microservices An in-memory, key-value store that performs read/write operations at blazingly fast speeds. ● Service instances can now be backed up and restored via BOSH Backup & Restore ● PCC now captures more details about the health of your deployment ○ Use this enhanced telemetry to establish SLOs for the throughput and latency of each cluster. ● Performance improvements ○ Puts are 7% faster ○ Gets are 9% faster ○ Server gets are 250% faster
  • 28. Additional IaaS VM Metrics via the Loggregator Firehose New tooling simplifies this scenario and eases troubleshooting. ● System Metrics Agent. This is deployed as a collocated job within PAS. It collects metrics and makes them available over a Prometheus compatible exposition endpoint. ● Metric Scraper. This component consumes any Prometheus compatible exposition endpoint, and sends it to Loggregator Agent. It will report VM metrics for all PAS VMs. This component will run on the Scheduler VM and use Bosh DNS to discover Bosh deployed VMs.
  • 29. PAS 2.6 App Operators can set up more than 10k syslog drains [beta] ● PAS 2.6 moves the syslog forwarding from the end of the Loggregator pipeline (at the adapter) closer to the point of emission, eliminating the scaling issue. ● The enhancements include an agent that runs on all VMs between the emitting jobs (containers and components) and loggregator-agent. This agent forwards the logs to the configured syslog drains and additionally to loggregator-agent / pipeline. ● Feature is a beta, off by default.Operator Efficiency
  • 30. PCF HealthWatch 1.6 Operator Efficiency New UX Capabilities ● Highlight-to-zoom behavior ● Synchronised needles across charts for easier cross comparison of metrics. ● This is especially helpful when troubleshooting.
  • 31. PCF Healthwatch 1.6: New UX Capabilities
  • 33. PCF Ops Manager 2.6 Ops Manager API users can now call an endpoint to receive a list of required fields. ● The OM GUI shows what fields are required for a deployment. Until now, API users didn’t have an easy way to check what’s required. ● The API response lists out actionable data to help the operator. ● API docs ○ Pre-deploy-check-for-a-staged-bosh-director ○ pre-deploy-check-for-a-staged-product Operator Efficiency
  • 34. Ops Manager 2.6: APIs Calls to Get a List of Required Fields
  • 35. PCF Ops Manager 2.6 Ops Manager supports specifying monitor_port for NSX load balancers. Now, PCF deployments on vSphere can use the OM NSX load balancer features. Ops Manager tracks and exposes how long an individual product takes to deploy. A new “change log” page shows a historical view of all your deployments. Operator Efficiency
  • 36. Ops Manager 2.6: New Change Log page
  • 37. Comprehensive Security © Copyright 2019 Pivotal Software, Inc. All rights Reserved.
  • 39. Concourse for PCF 5.2 Continuously integrate and deliver any change to your application stack New Role-Based Access Controls (RBAC) • Concourse Admin • Team Owners • Team Members • Pipeline Operators • Team View Parallelized Container/Volume Clean-Up Integration with Credhub ...and Much More! • Generic credential caching • Primitive audit logging • Pinned resources • Global Resource • Sidebar navigation added back • Icons on pipeline • Check out new Examples section
  • 41. Enterprise PKS 1.4 Production-ready Kubernetes on any cloud Kubernetes 1.13.5 Streamlined Install & Config for vSphere Single Operations Manager for PAS + PKS Lifecycle Management features • Pod Security Policies • Cluster Admin resource quotas. • Self-service KubeConfig access. • Backup and restore • ...and more! Want early access to PKS 1.5 for Windows workloads? Contact your balanced account team.
  • 43. PAS 2.6 Improved security for Gorouter ○ The system now defaults to DNS lookup for resolving user- provided internal route services. [docs] ○ Previously, Gorouter would prefer any route registered internally. Security updates to the new Istio-based routing tier ○ The new routing tier (launched as part of PAS 2.5) includes an updated Envoy version (1.9.1). This version fixes security vulnerabilities in the previous version. Comprehensive Security
  • 44. Multi-Cloud Success © Copyright 2019 Pivotal Software, Inc. All rights Reserved.
  • 46. AWS Service Broker for PCF - now GA! Released The AWS Service Broker allows native AWS services to be exposed directly through application platforms that implement the Open Service Broker API, and provides simple integration of AWS Services directly within the application platform.
  • 47. PCF Ops Manager 2.6 Ops Manager now supports 5th generation AWS instances. Ops Manager supports ADFS for Azure Stack. Enables use of PCF on Azure Stack in disconnected mode. Multi-Cloud Success
  • 48. Partner Ecosystem © Copyright 2019 Pivotal Software, Inc. All rights Reserved.
  • 49. ISV Ecosystem Momentum Drives Platform Advantage ETL DATABASE IaaS CACHE / LB COMMERCE SEARCH IAM SECURITY TEST ANALYTICS BATCH APM MOBILE CI / CD NETWORKING ITIL BPM IDE/CODE API / SOA / uS / IOT MESSAGING SIEM / LOG / AUDIT CRM Microsoft Azure Microsoft Azure Google Cloud Platform Google Cloud Platform
  • 50. Register Today Use Discount Code S1P200_DBaskette October 7–10, 2019 Austin Convention Center and Save!
  • 51. © Copyright 2019 Pivotal Software, Inc. All rights Reserved. Version 1.0 ● Software published to network.pivotal.io ● Docs available on docs.pivotal.io
  • 52. Transforming How The World Builds Software © Copyright 2019 Pivotal Software, Inc. All rights Reserved.