Todas las entradas hechas por Latest News from Cloud Computing Journal

You Should Start Developing With Google Dart By @YFain | @CloudExpo [#Cloud]

On the server side we always use Java and have no plans to switch to any other technology. After spending many years developing the front end with Adobe Flex framework and ActionScript programming language we got spoiled by this super-productive environment. After the mankind led by Apple killed Flash Player, we started to look for an alternative.

Back in 2005 we’ve abandoned JavaScript, but decided to give it another chance. Things were a little better this time. JavaScript has better IDEs and browser-based tools for developers. The number of JavaScript frameworks and libraries went down from two hundred to a couple of dozens, which is a good thing.

read more

IT as a Utility By @JohnSavageau | @CloudExpo [#Cloud]

Is there a point where business can safely assume they have hit the limit of what traditional IT organizations have to offer? In an Internet and data driven world, does IT simply lack the agility and depth needed to fulfill business requirements and need for innovation?
Parts of cloud computing have chimed a loud and painful wake up call for many IT managers. Even at the most simple level, Infrastructure as a Service (IaaS), it might be fair to say this is simply a utility to accelerate data center imagedecommissioning, and the process of physically decoupling underlying compute, storage, and network infrastructure from the business.

read more

Announcing @Sematext to Exhibit at @DevOpsSummit New York [#DevOps]

SYS-CON Events announced today Sematext Group, Inc., a Brooklyn-based Performance Monitoring and Log Management solution provider, will exhibit at SYS-CON’s DevOps Summit 2015 New York, which will take place on June 9-11, 2015, at the Javits Center in New York City, NY.
Sematext is a globally distributed organization that builds innovative Cloud and On Premise solutions for performance monitoring, alerting and anomaly detection (SPM), log management and analytics (Logsene), search analytics (SSA), and search enhancement. We also provide exceptional Search and Big Data consulting services and offer 24/7 production support for Solr and Elasticsearch to clients worldwide.

read more

‘Enterprise DevOps’ By @HoardingInfo | @DevOpsSummit [#DevOps]

There has been a lot of discussion recently in the DevOps space over whether there is a unique form of DevOps for large enterprises or is it just vendors looking to sell services and tools.
In his session at DevOps Summit, Chris Riley, a technologist, discussed whether Enterprise DevOps is a unique species or not. What makes DevOps adoption in the enterprise unique or what doesn’t? Unique or not, what does this mean for adopting DevOps in enterprise size organizations? He also explored different vendor approaches and success/failure examples with the idea of preparing you to help instill DevOps in your business

read more

IBM Launches Ad Campaign on ‘DevOps Journal’ | @DevOpsSummit [#DevOps]

SYS-CON Media announced today the IBM, which offers the world’s deepest portfolio of technologies and expertise that are transforming the future of work, has launched ad campaigns on SYS-CON’s numerous online magazines such as Cloud Computing Journal, DevOps Journal, Virtualization Journal, and IoT Journal.
IBM’s campaigns focus on application testing, improving application development processes, common challenges in testing composite applications, continuous testing as part of the DevOps lifecycle, and deploying higher quality software faster through continuous integration testing.

read more

IBM Scales DevOps | @DevOpsSummit [#DevOps @IBMcloud]

Software-driven innovation is becoming a primary approach to how businesses create and deliver new value to customers. A survey of 400 business and IT executives by the IBM Institute for Business Value showed businesses that are more effective at software delivery are also more profitable than their peers nearly 70 percent of the time (1). DevOps provides a way for businesses to remain competitive, applying lean and agile principles to software development to speed the delivery of software that meets new market requirements.
IBM’s new DevOps Innovation Services help address the challenge of scaling DevOps, enabling enterprises to transform their software delivery lifecycle. The hybrid cloud services combine IBM’s industry expertise from hundreds of organizational change and application development projects with the industry’s leading application development portfolio, including Bluemix, IBM’s open cloud platform-as-a-service. They also apply the flexibility of IBM’s enterprise-grade, hybrid cloud portfolio, which was recently ranked by Synergy Research Group as the leading hybrid and private cloud for the enterprise (2). These services are based upon SoftLayer, IBM’s premier cloud infrastructure platform.

read more

Why Cloud Can’t Be Everything to Everyone By @Colin_Lacey | @CloudExpo [#Cloud]

Enterprise cloud adoption rates have climbed in leaps and bounds over the past several years and 72 percent of companies are expected to pursue a hybrid cloud implementation strategy by 2015.[1] But cloud technology’s value proposition has transformed as business needs have evolved. Whereas cloud was once seen as being a way to reduce costs, cloud users are finding it’s now much more than a matter of saving money. As business processes and applications have become more complex and simultaneously more automated, more companies have moved away from virtualized environments in favor of the flexibility, reduced capex, rapid service delivery and other business benefits experienced by their peers who have made the leap to the cloud.

read more

‘User-Centric APM Solution’ By @CAinc | @CloudExpo [#Cloud #APM]

In today’s application economy, enterprise organizations realize that it’s their applications that are the heart and soul of their business. If their application users have a bad experience, their revenue and reputation are at stake.
In his session at 15th Cloud Expo, Anand Akela, Senior Director of Product Marketing for Application Performance Management at CA Technologies, discussed how a user-centric Application Performance Management solution can help inspire your users with every application transaction.

read more

Do You Need PaaS for Cloud Microservices?

Cloud computing adds flexibility to enterprise IT. When companies wish to take advantage of this, they are finding they need to turn to microservices instead of their traditional, monolithic architectures to accommodate frequent change.

Microservices can overcome the challnges presented by frequent change, “by splitting monoliths into multiple independent services, each with its own simple business logic,” according to Sergey Sverchkov, a Solutions Architect with Altoros. Doing so leads to another issue: “choosing either PaaS or IaaS for microservices is an open question, “ he says.

Sergey recently posted a thoughtful piece on the topic of PaaS vs. IaaS when implementing microservices on the Altoros blog. Altoros provides system integration services for a worldwide client base with the Cloud Foundry PaaS, yet Sverchov’s piece takes a balanced view of which approach to take.

His fundamntal point is that a DevOps team will be spending a lot of time monkeying around (my phrase, not Sergey’s) when companies work straight to the bare infrastructure; taking the PaaS approach. “An automated PaaS is a bigger investment,” he writes, “but it can shrink release cycles from weeks to hours and even eliminate some downsides of the microservices model.”

In his post, Sergey covers six different areas regarding the implementation of microservices, and the differences between IaaS vs. PaaS in each of these areas, summarized as follows:

1. One service for one job. With IaaS, “every service is deployed as an (IaaS) instance; DevOps ar responsible for configuring valid communication interfaces.” With PaaS, “scalability can be controlled by a developer. Communication endpoints are served by the PaaS.”

2. Using different tools to implement different services. With IaaS, “DevOps needs to configure an application runtime.” With PaaS, “an application runtime is automatically deployed in a PaaS container.”

3. Loose coupling. With IaaS, “The DevOps team manages IaaS instances used for service deployment.” With PaaS, “containers are isolated elements for application deployment. Container lifecycle is managed by the Paas.”

4. Developer independence. With IaaS, “ DevOps may need to create multiple IaaS environments for each of the development groups.” Alternatively, with PaaS, development groups can be managed (using Cloud Foundry terminology) as “organizations” and “spaces.”

5. Continuous delivery. With IaaS, “DevOps engineers need to install and configure build-automation tools and integrate them with a project repository.” Specficially with Cloud Foundry, “build-automation solutions can be deployed as a regular application.”

6. Integration with external services. With IaaS, “the DevOps team deploys external services. Applications connect (to them) using properties.” With PaaS, “a service broker can be used to deploy and publish some external services. Service binding makes it easier to connect an application instance to external services.”

In addition to the item about IaaS/PaaS and microservices, Sergey has authored a much longer technical whitepaper on the general topic of microservices vs. monolithic architectures, available through the blog section of the Altoros website.

I heard a lot of talk last year about major public cloud infrastructure providers starting to subsume PaaS into their offerings. Besides the potential for a new era of vendor lock-in, the IaaS vs. PaaS debate also involves significant functionality issues and questions of the skillsets, and more important, efficiency enterprise IT will have as the presence of cloud – public, private, and hybrid – increases within their organizations. Sergey’s post adds value to this debate.

read more

Adding Value, Not Complexity By @DMacVittie | @CloudExpo [#Cloud]

OpenStack and Hadoop are both amazingly powerful platforms for those who need (and recognize that they need) them. We all know what private clouds and Big Data are, so I won’t waste your time explaining them. I will point out for those who haven’t had the pleasure of installing them that they are terribly difficult to install and manage. Not because they’re poorly designed and written, and not because Open Source doesn’t care about usability, but because they’re that complex. To illustrate this point, I like to point people to this picture from the OpenStack documentation that shows a simplified depiction of the architecture.

read more