|
Top Stories
Delivering on Cloud Storage-as-a-Service for a Major Asia Pacific Telco
In his session at 21st Cloud Expo, Michael Burley, a Senior Business
Development Executive in IT Services at NetApp, will describe how NetApp
designed a three-year program of work to migrate 25PB of a major telco's
enterprise data to a new STaaS platform, and then secured a long-term
contract to manage and operate the platform.
This significant program blended the best of NetApp's solutions and services
capabilities to enable this telco's successful adoption of private cloud
storage and launching of virtual storage services to its enterprise market.
By evolving the engagement from a solution to a systems integration
orientation, NetApp became a key partner with this telco in its enterprise
business.
A collaborative journey to engineer a "brand new, never-before" service
offering enabled this tel... (more)
Hyperconvergence 2.0: HCI at Enterprise-Scale
First generation hyperconverged solutions have taken the data center by
storm, rapidly proliferating in pockets everywhere to provide further
consolidation of floor space and workloads. These first generation solutions
are not without challenges, however.
In his session at 21st Cloud Expo, Wes Talbert, a Principal Architect and
results-driven enterprise sales leader at NetApp, will discuss how the HCI
solution of tomorrow will integrate with the public cloud to deliver a
quality hybrid cloud experience at enterprise-scale.
Speaker Bio
Wes Talbert is a Principal Architect and results-driven enterprise sales
leader at NetApp with nearly two decades of data center standards and
information security experience in numerous verticals. Delivering technical
solutions to meet the strategic needs of an organization is his passion. ... (more)
Ensuring High-Availability for Hybrid Cloud-Based Apps
The dynamic nature of the cloud means that change is a constant when it comes
to modern cloud-based infrastructure. Delivering modern applications to end
users, therefore, is a constantly shifting challenge. Delivery automation
helps IT Ops teams ensure that apps are providing an optimal end user
experience over hybrid-cloud and multi-cloud environments, no matter what the
current state of the infrastructure is. To employ a delivery automation
strategy that reflects your business rules, making real-time decisions based
on a combination of real user monitoring, synthetic testing, APM, NGINX /
local load balancers, and other data sources, is critical.
In his session at 21st Cloud Expo, Simon Jones, Evangelist and head of
marketing for Cedexis, will show you how easy it can be to leverage these
disparate data sourc... (more)
Everything as a Service
By Dawn Parzych
Whenever I write about the cloud, I tend to break it down into three
categories: software as a service (SaaS), infrastructure as a service (IaaS),
and platform as a service (PaaS).
As I was working on a cloud performance management ebook, a coworker
suggested that I also include function as a service (FaaS) and containers as
a service (CaaS) in the definitions. I’ll admit, I had never heard of these
categories so after these suggestions were made, I went to do some research.
SaaS was one of the first cloud solutions to hit the market. It provides the
ability to consume information through a browser or API. IT teams don’t
have to manage applications, hardware, security, or storage; everything is
managed by the vendor. Users subscribe to a SaaS service on a recurring basis
and can easily scale. The uses of SaaS include business p... (more)
Seven Common Mistakes You Should Avoid When Handling Java Exceptions
By Thorben Janssen
Handling an exception is one of the most common but not necessarily one of
the easiest tasks. It is still one of the frequently discussed topics in
experienced teams, and there are several best practices and common mistakes
you should be aware of.
Here are a few things you should avoid when handling exceptions in your
application.
Mistake 1: Specify a java.lang.Exception or java.lang.Throwable
As I explained in one of my previous posts, you either need to specify or
handle a checked exception. But checked exceptions are not the only ones you
can specify. You can use any subclass of java.lang.Throwable in a throws
clause. So, instead of specifying the two different exceptions that are
thrown by the following code snippet, you could just use the
java.lang.Exception in the throws cla... (more)
Container Development on Azure Made Easy with Helm and Draft
Microsoft Azure Container Services can be used for container deployment in a
variety of ways including support for Orchestrators like Kubernetes, Docker
Swarm and Mesos. However, the abstraction for app development that support
application self-healing, scaling and so on may not be at the right level.
Helm and Draft makes this a lot easier.
In this primarily demo-driven session at @DevOpsSummit at 21st Cloud Expo,
Raghavan "Rags" Srinivas, a Cloud Solutions Architect/Evangelist at
Microsoft, will cover Docker Swarm and Kubernetes deployments on Azure with
some simple examples. He will look at Helm and Draft and how they can
simplify app development significantly, like app scaling, rollback, etc. Helm
is a tool that streamlines installing and managing Kubernetes applications,
like the apt/yum/homebrew for K... (more)
Continuous Deployment for Docker: Lessons Learned from Rolling Out our Real
Live Service
Today most companies are adopting or evaluating container technology - Docker
in particular - to speed up application deployment, drive down cost, ease
management and make application delivery more flexible overall.
As with most new architectures, this dream takes significant work to become a
reality. Even when you do get your application componentized enough and
packaged properly, there are still challenges for DevOps teams to making the
shift to continuous delivery and achieving that reduction in cost and
increase in speed. Sometimes in order to reduce complexity teams compromise
features or change requirements
In her session at @DevOpsSummit, Stefana Muller, Vice President and Dev
Evangelist at Opsani, will share the journey her engineering team took to
continuously deploy ... (more)
Containers 101: What You Need to Know
Containers are the future of web development, in large part thanks to
Docker's explosive growth. According to DataDog, 15 percent of hosts run
Docker, which is significantly up from the 6 percent of hosts running it at
this point in 2015. LinkedIn has also seen a 160 percent increase in profile
references to Docker in just the past year alone, indicating Docker has
become a much bigger priority for IT professionals looking for work. With
this technology primed to continue its exponential growth in the coming
years, here's a Q&A; rundown of the basics: consider it Containers 101.
What are containers, exactly? And why are they so rapidly grabbing developer
market share from virtual machines?
In order to better understand containers, it's helpful to consider them in
contrast to virtual machines.
A virtual machine (VM) is an emulatio... (more)
Implement Advanced Scheduling Techniques in Kubernetes
Is advanced scheduling in Kubernetes achievable?
Yes, however, how do you properly accommodate every real-life scenario that a
Kubernetes user might encounter?
How do you leverage advanced scheduling techniques to shape and describe each
scenario in easy-to-use rules and configurations?
In his session at @DevOpsSummit at 21st Cloud Expo, Oleg Chunikhin, CTO at
Kublr, will answer these questions and demonstrate techniques for
implementing advanced scheduling. For example, using spot instances and
cost-effective resources on AWS, coupled with the ability to deliver a
minimum set of functionalities that cover the majority of needs - without
configuration complexity.
You'll get a run-down of the pitfalls and things to keep in mind for this
route.
Speaker Bio
Oleg Chunikhin, CTO at Kublr, has been working in the fie... (more)
A DevOps State of Mind: Continuous Security for Containers
With the rise of DevOps, containers are at the brink of becoming a pervasive
technology in Enterprise IT to accelerate application delivery for the
business. When it comes to adopting containers in the enterprise, security is
the highest adoption barrier. Is your organization ready to address the
security risks with containers for your DevOps environment?
In his session at @DevOpsSummit at 21st Cloud Expo, Chris Van Tuin, Chief
Technologist, NA West at Red Hat, will discuss:
The top security risks with containers and how to manage these risks at scale
including Images, Builds, Registry, Deployment, Hosts, Network, Storage,
APIs, Monitoring/Logging, and Federation How to make your container-enabled
DevOps workflow more secure without slowing down your CI/CD pipeline
Automating security vulnerability managemen... (more)
"We formed Formation several years ago to really address the need for bring
complete modernization and software-defined storage to the more classic
private cloud marketplace," stated Mark Lewis, Chairman and CEO of Formation
Data Systems, in this SYS-CON.tv interview at 18th Cloud Expo, held June 7-9,
2016, at the Javits Center in New York City, NY.
21st International Cloud Expo, taking place October 31 - November 2, 2017,
at the Santa Clara Convention Center in Santa Clara, CA, will feature
technical sessions from a rock star conference faculty and the leading
industry players in the world.
Download Show Prospectus ▸ Here
Cloud computing is now being embraced by a majority of enterprises of all
sizes. Yesterday's debate about public vs. private has transformed into the
reality of hybrid cloud: a recent survey shows that 74% of enterprises have a
hybrid cloud str... (more)
@CloudExpo Stories By Elizabeth White  In his session at 21st Cloud Expo, Michael Burley, a Senior Business Development Executive in IT Services at NetApp, will describe how NetApp designed a three-year program of work to migrate 25PB of a major telco's enterprise data to a new STaaS platform, and then secured a long-term contract to manage and operate the platform.
This significant program blended the best of NetApp’s solutions and services capabilities to enable this telco’s successful adoption of private cloud storage and launchi... Oct. 2, 2017 04:15 PM EDT Reads: 302 | By Elizabeth White  Is advanced scheduling in Kubernetes achievable?
Yes, however, how do you properly accommodate every real-life scenario that a Kubernetes user might encounter?
How do you leverage advanced scheduling techniques to shape and describe each scenario in easy-to-use rules and configurations?
In his session at @DevOpsSummit at 21st Cloud Expo, Oleg Chunikhin, CTO at Kublr, will answer these questions and demonstrate techniques for implementing advanced scheduling. For example, using spot instances ... Oct. 2, 2017 04:00 PM EDT Reads: 939 | By Pat Romanski  SYS-CON Events announced today that Taica will exhibit at the Japan External Trade Organization (JETRO) Pavilion at SYS-CON's 21st International Cloud Expo®, which will take place on Oct 31 – Nov 2, 2017, at the Santa Clara Convention Center in Santa Clara, CA.
ANSeeN are the measurement electronics maker for X-ray and Gamma-ray and Neutron measurement equipment such as spectrometers, pulse shape analyzer, and CdTe-FPD. For more information, visit http://anseen.com/. Oct. 2, 2017 03:45 PM EDT Reads: 849 | By Elizabeth White  SYS-CON Events announced today that SIGMA Corporation will exhibit at the Japan External Trade Organization (JETRO) Pavilion at SYS-CON's 21st International Cloud Expo®, which will take place on Oct 31 – Nov 2, 2017, at the Santa Clara Convention Center in Santa Clara, CA.
uLaser flow inspection device from the Japanese top share to Global Standard! Then, make the best use of data to flip to next page. For more information, visit http://www.sigma-k.co.jp/en/. Oct. 2, 2017 02:45 PM EDT Reads: 1,360 | By Liz McMillan  SYS-CON Events announced today that Japan External Trade Organization & Six Prefectures of Japan have been named “Pavilion Sponsor” of SYS-CON's 21st International Cloud Expo®, which will take place on Oct 31 – Nov 2, 2017, at the Santa Clara Convention Center in Santa Clara, CA.
Meet the leading Japanese cloud computing companies from six prefectures of Japan. The Japan External Trade Organization (JETRO) is a non-profit organization that provides business support services to foreign companies... Oct. 2, 2017 01:45 PM EDT Reads: 851 | By Pat Romanski  SYS-CON Events announced today that B2Cloud will exhibit at SYS-CON's 21st International Cloud Expo®, which will take place on Oct 31 – Nov 2, 2017, at the Santa Clara Convention Center in Santa Clara, CA.
B2Cloud specializes in IoT devices for preventive and predictive maintenance in any kind of equipment retrieving data like Energy consumption, working time, temperature, humidity, pressure, etc. Oct. 2, 2017 01:30 PM EDT Reads: 1,322 | By Pat Romanski  The dynamic nature of the cloud means that change is a constant when it comes to modern cloud-based infrastructure. Delivering modern applications to end users, therefore, is a constantly shifting challenge. Delivery automation helps IT Ops teams ensure that apps are providing an optimal end user experience over hybrid-cloud and multi-cloud environments, no matter what the current state of the infrastructure is. To employ a delivery automation strategy that reflects your business rules, making r... Oct. 2, 2017 01:13 PM EDT Reads: 271 | By Pat Romanski  SYS-CON Events announced today that NetApp has been named “Bronze Sponsor” of SYS-CON's 21st International Cloud Expo®, which will take place on Oct 31 – Nov 2, 2017, at the Santa Clara Convention Center in Santa Clara, CA.
NetApp is the data authority for hybrid cloud. NetApp provides a full range of hybrid cloud data services that simplify management of applications and data across cloud and on-premises environments to accelerate digital transformation. Together with their partners, NetApp em... Oct. 2, 2017 12:30 PM EDT Reads: 1,363 | By Liz McMillan  First generation hyperconverged solutions have taken the data center by storm, rapidly proliferating in pockets everywhere to provide further consolidation of floor space and workloads. These first generation solutions are not without challenges, however.
In his session at 21st Cloud Expo, Wes Talbert, a Principal Architect and results-driven enterprise sales leader at NetApp, will discuss how the HCI solution of tomorrow will integrate with the public cloud to deliver a quality hybrid cloud e... Oct. 2, 2017 12:10 PM EDT Reads: 292 | By Elizabeth White  Microsoft Azure Container Services can be used for container deployment in a variety of ways including support for Orchestrators like Kubernetes, Docker Swarm and Mesos. However, the abstraction for app development that support application self-healing, scaling and so on may not be at the right level. Helm and Draft makes this a lot easier.
In this primarily demo-driven session at @DevOpsSummit at 21st Cloud Expo, Raghavan "Rags" Srinivas, a Cloud Solutions Architect/Evangelist at Microsoft, wi... Oct. 2, 2017 12:00 PM EDT Reads: 783 | By Liz McMillan  Join IBM November 1 at 21st Cloud Expo at the Santa Clara Convention Center in Santa Clara, CA, and learn how IBM Watson can bring cognitive services and AI to intelligent, unmanned systems.
Cognitive analysis impacts today’s systems with unparalleled ability that were previously available only to manned, back-end operations. Thanks to cloud processing, IBM Watson can bring cognitive services and AI to intelligent, unmanned systems. Imagine a robot vacuum that becomes your personal assistant th... Oct. 2, 2017 11:15 AM EDT Reads: 1,379 | By Liz McMillan  As businesses evolve, they need technology that is simple to help them succeed today and flexible enough to help them build for tomorrow. Chrome is fit for the workplace of the future — providing a secure, consistent user experience across a range of devices that can be used anywhere.
In her session at 21st Cloud Expo, Vidya Nagarajan, a Senior Product Manager at Google, will take a look at various options as to how ChromeOS can be leveraged to interact with people on the devices, and formats ... Oct. 2, 2017 09:30 AM EDT Reads: 947 | By Pat Romanski  SYS-CON Events announced today that Taica will exhibit at the Japan External Trade Organization (JETRO) Pavilion at SYS-CON's 21st International Cloud Expo®, which will take place on Oct 31 – Nov 2, 2017, at the Santa Clara Convention Center in Santa Clara, CA.
Taica manufacturers Alpha-GEL brand silicone components and materials, which maintain outstanding performance over a wide temperature range -40C to +200C. For more information, visit http://www.taica.co.jp/english/. Oct. 2, 2017 09:15 AM EDT Reads: 988 | By Elizabeth White  Many organizations adopt DevOps to reduce cycle times and deliver software faster; some take on DevOps to drive higher quality and better end-user experience; others look to DevOps for a clearer line-of-sight to customers to drive better business impacts. In truth, these three foundations go together.
In this power panel at @DevOpsSummit 21st Cloud Expo, moderated by DevOps Conference Co-Chair Andi Mann, industry experts will discuss how leading organizations build application success from all... Oct. 2, 2017 09:15 AM EDT Reads: 1,432 | By Pat Romanski  The last two years has seen discussions about cloud computing evolve from the public / private / hybrid split to the reality that most enterprises will be creating a complex, multi-cloud strategy. Companies are wary of committing all of their resources to a single cloud, and instead are choosing to spread the risk – and the benefits – of cloud computing across multiple providers and internal infrastructures, as they follow their business needs. Will this approach be successful? How large is the ... Oct. 2, 2017 09:00 AM EDT Reads: 1,517 | By Elizabeth White  SYS-CON Events announced today that Yuasa System will exhibit at the Japan External Trade Organization (JETRO) Pavilion at SYS-CON's 21st International Cloud Expo®, which will take place on Oct 31 – Nov 2, 2017, at the Santa Clara Convention Center in Santa Clara, CA.
Yuasa System is introducing a multi-purpose endurance testing system for flexible displays, OLED devices, flexible substrates, flat cables, and films in smartphones, wearables, automobiles, and healthcare. Oct. 2, 2017 08:30 AM EDT Reads: 1,017 | By Elizabeth White  SYS-CON Events announced today that Taica will exhibit at the Japan External Trade Organization (JETRO) Pavilion at SYS-CON's 21st International Cloud Expo®, which will take place on Oct 31 – Nov 2, 2017, at the Santa Clara Convention Center in Santa Clara, CA.
TAZMO technology and development capabilities in the semiconductor and LCD-related manufacturing fields are among the best worldwide. For more information, visit https://www.tazmo.co.jp/en/. Oct. 2, 2017 08:00 AM EDT Reads: 840 | By Liz McMillan  Many companies start their journey to the cloud in the DevOps environment, where software engineers want self-service access to the custom tools and frameworks they need. Machine learning technology can help IT departments keep up with these demands.
In his session at 21st Cloud Expo, Ajay Gulati, Co-Founder, CTO and Board Member at ZeroStack, will discuss the use of machine learning for automating provisioning of DevOps resources, taking the burden off IT teams. Oct. 2, 2017 05:30 AM EDT Reads: 1,200 | By Elizabeth White  Today most companies are adopting or evaluating container technology - Docker in particular - to speed up application deployment, drive down cost, ease management and make application delivery more flexible overall.
As with most new architectures, this dream takes significant work to become a reality. Even when you do get your application componentized enough and packaged properly, there are still challenges for DevOps teams to making the shift to continuous delivery and achieving that reducti... Oct. 2, 2017 12:30 AM EDT Reads: 1,390 | By Elizabeth White  Digital innovation is the next big wave of business transformation based on digital technologies of which IoT and Big Data are key components, For example:
Business boundary innovation is a challenge to excavate third-party business value using IoT and BigData, like Nest
Business structure innovation may propose re-building business structure from scratch, as Uber does in the taxicab industry
The social model innovation is also a big challenge to the new social architecture with the design fr... Oct. 2, 2017 12:00 AM EDT Reads: 4,592 |
|
|
|
|