The Wayback Machine - https://web.archive.org/web/20180930064406/http://cloudcomputing.sys-con.com/node/2011990

Welcome!

@CloudExpo Authors: Pat Romanski, Zakia Bouachraoui, Liz McMillan, Elizabeth White, Yeshim Deniz

Related Topics: @CloudExpo, Containers Expo Blog, Agile Computing, Government Cloud

@CloudExpo: SYS-CON Event

Cloud Expo Day 3 Keynote Speaker Profile: Willie Tejada - Akamai

Willie Tejada - Sr. Vice President Enterprise Cloud Division at Akamai Technologies

With Cloud Expo Silicon Valley (9th Cloud Expo) in full swing at the Santa Clara Convention Center, CA, let's continue introducing you in greater detail to the distinguished individuals in our incredible Speaker Faculty for the technical program at the conference...starting with today's keynote speaker (Nov 9) Willie Tejada.

CLOUD EXPO SPEAKER NAME: Willie Tejada

TWITTER: @Akamai

COMPANY: Akamai Technologies

9TH CLOUD EXPO DAY 3 KEYNOTE TITLE: The Next Generation of Application Delivery – Making the Cloud Safe for Cloud Computing

SESSION DESCRIPTION: http://cloudcomputing.sys-con.com/node/2044866

BRIEF BIOGRAPHY: Willie M. Tejada is Senior Vice President & General Manager of the Enterprise Cloud Division at Akamai. He leads the Akamai team responsible for enabling enterprises to leverage the Internet and public cloud computing services for their business applications.

With more than 15 years of marketing, product management, and business development experience, Tejada joined Akamai in March 2007 as part of the Netli acquisition. His service at Akamai includes having led the rapid growth of the Application and Site Acceleration Business Units targeted at optimizing the delivery of sites and applications over the Internet and the launch of Akamai's security and mobile products.

A seasoned executive, he has held various senior management positions in both start-up and large enterprise companies including Novell Inc., the pioneer in local area networking. At Novell he led marketing, product management, developer and strategic relations organizations.An accomplished communicator and presenter, he is an inventor listed on US Patent 6,078,924, and also the author of Facilitating Competitive Intelligence: The Next Step in Internet-Based Research published in CRC Press' "Best Practices Series" in Internet Management.

BLOG: http://www.akamai.com/html/misc/security_blog.html

RECENT CLOUD COMPUTING QUOTE:

"Cloud computing has gained momentum and is increasingly being embraced by enterprises of all sizes for application delivery. But the cloud itself is often its own worst enemy as performance, reliability, and the lack of enterprise level capabilities have led to obstacles in growth and adoption of this still promising infrastructure methodology. This is only exacerbated by an increasingly mobile and global world, one that is plagued with security concerns.

Akamai is helping solve the challenges you face in the cloud, and our Intelligent platform can help you leverage both public and hybrid cloud infrastructures without sacrificing security or control."


[From Cloud Expo session description]

More Stories By Jeremy Geelan

Jeremy Geelan is Chairman & CEO of the 21st Century Internet Group, Inc. and an Executive Academy Member of the International Academy of Digital Arts & Sciences. Formerly he was President & COO at Cloud Expo, Inc. and Conference Chair of the worldwide Cloud Expo series. He appears regularly at conferences and trade shows, speaking to technology audiences across six continents. You can follow him on twitter: @jg21.

Comments (0)

Share your thoughts on this story.

Add your comment
You must be signed in to add a comment. Sign-in | Register

In accordance with our Comment Policy, we encourage comments that are on topic, relevant and to-the-point. We will remove comments that include profanity, personal attacks, racial slurs, threats of violence, or other inappropriate material that violates our Terms and Conditions, and will block users who make repeated violations. We ask all readers to expect diversity of opinion and to treat one another with dignity and respect.


CloudEXPO Stories
92% of enterprises are using the public cloud today. As a result, simply being in the cloud is no longer enough to remain competitive. The benefit of reduced costs has normalized while the market forces are demanding more innovation at faster release cycles. Enter Cloud Native! Cloud Native enables a microservices driven architecture. The shift from monolithic to microservices yields a lot of benefits - but if not done right - can quickly outweigh the benefits. The effort required in monitoring, tracing, circuit breakers, routing, load balancing, etc. for thousands of microservices can become overwhelming. This talk will address strategies to run & manage microservices from 0 to 60 using Istio and other tools in a cloud native world.
It's clear: serverless is here to stay. The adoption does come with some needed changes, within both application development and operations. That means serverless is also changing the way we leverage public clouds. Truth-be-told, many enterprise IT shops were so happy to get out of the management of physical servers within a data center that many limitations of the existing public IaaS clouds were forgiven. However, now that we've lived a few years with public IaaS clouds, developers and CloudOps pros are giving a huge thumbs down to the constant monitoring of servers, provisioned or not, that's required to support the workloads.
In very short order, the term "Blockchain" has lost an incredible amount of meaning. With too many jumping on the bandwagon, the market is inundated with projects and use cases that miss the real potential of the technology. We have to begin removing Blockchain from the conversation and ground ourselves in the motivating principles of the technology itself; whether it is consumer privacy, data ownership, trust or even participation in the global economy, the world is faced with serious problems that this technology could ultimately help us in at least partially solving. But if we do not unpack what is real and what is not, we can lose sight of the potential.
Serveless Architectures brings the ability to independently scale, deploy and heal based on workloads and move away from monolithic designs. From the front-end, middle-ware and back-end layers, serverless workloads potentially have a larger security risk surface due to the many moving pieces. This talk will focus on key areas to consider for securing end to end, from dev to prod. We will discuss patterns for end to end TLS, session management, scaling to absorb attacks and mitigation techniques.
The standardization of container runtimes and images has sparked the creation of an almost overwhelming number of new open source projects that build on and otherwise work with these specifications. Of course, there's Kubernetes, which orchestrates and manages collections of containers. It was one of the first and best-known examples of projects that make containers truly useful for production use. However, more recently, the container ecosystem has truly exploded. A service mesh like Istio addresses many of the challenges faced by developers and operators as monolithic applications transition towards a distributed microservice architecture. A tracing tool like Jaeger analyzes what's happening as a transaction moves through a distributed system. Monitoring software like Prometheus captures time-series events for real-time alerting and other uses. Grafeas and Kritis provide security polic...