Skip navigation
TELUS Talks Business
Community > Talking Business > Tags > private_cloud

Talking Business

2 Posts tagged with the private_cloud tag
0

Enterprises can face many challenges when trying to implement a cloud solution. One that recently came to our attention in a LinkedIn discussion is about the various levels of preparation and knowledge needed across company departments.

 

While there is little doubt that cloud offers tremendous benefits (outsourcing the management of compute infrastructure or at application levels, reducing capex and opex waste through less overprovisioning), what both the IT department and users are struggling with is which legacy architectures/use cases fit best and what operating procedures need to change.

 

 

In helping companies adopt the cloud, it’s important to point out that certain legacy applications simply should not be put into the cloud.

 

Some of these applications were designed in an era where all the resources were assumed to be local, or certain components such as disks were believed to be unreliable, so they have tons of overhead code such as trying to ping the component systems to ensure it is working, sometimes at a rate of hundred times per second.

 

This approach is not necessary with the modern components that make up an enterprise-class cloud, and it will like cause major performance issues when the distances are separated and resources non-local.

 

Not all legacy applications fit into this category – many will be fine. And new applications use different architectures and approaches that are tailored for the cloud.

 

This is the same story for operating and control procedures, which are derived from the architectures and technologies being deployed.


The cloud is a major paradigm shift and not just a catch phrase. So companies need to be aware of these issues and develop solid plans to get from the legacy to the cloud. The business benefits for those who get it right early game are huge.

 

What are the biggest challenges your company faces in trying to push into the cloud?

490 Views 0 Comments Permalink Tags: strategy, business, tips, cloud, cloud_computing, enterprise, cloud_storage, private_cloud, cloud_roadmap, public_cloud, cloud_services, cloud_solutions
0

A question about elasticity in the cloud was recently brought up in the Cloud Computing LinkedIn Group that got us thinking about tips and tricks about implementing your own cloud solution and we want to share them with you!

 

The following question was asked:

 

“I want to know how elasticity works in Cloud if implementing a private cloud. How does one implement the features of resource allocation and streamline it the same way Amazon AWS does? I mean automating the way resource allocation works in a private cloud setup.”

This is a great question and it highlights the fact that there is a lot of confusion in this area and it almost always stems around definitions – there just isn’t enough clear, consistent information out there to help people understand what can be complicated concepts.

 

I’d like to answer this question by expanding a bit on some of the key words floating around.

 

Cloud Content - TTB Post - How to Implement Your Own Personal Cloud (PHOTO).jpg

A private cloud solution means using your own equipment, either on your premises or hosted with a provider, which means your total computing capacity is limited to that of the equipment. If you are going to take this direction, it is also important to note that you’re paying for all of this equipment –often in full or on a monthly lease. 

From a compute capacity perspective a private cloud does not provide elasticity. Quite the opposite: with a private cloud, you are working with fixed capacity that you’re paying for, regardless of whether it is being fully utilized or not.

But this doesn’t mean your hands are tied.


From an application perspective, you can still create elasticity by installing software to allow either a) multiple instances of virtual machines to run or b) sub-dividing the operating system so that applications are assigned small, independent slices (typically called processes), and an orchestration software to increase or decrease the compute capacity allocated to the application.

Here’s an example to bring this to life for you.

 

Let’s say you are running a classic scale-out three-tier application – web servers to handle the session, application tier where the functional logic really resides, and a database tier. In a situation like this, you can start with just three virtual machines (VMs) – one for web, one for application, one for database – all running on your own private cloud.

But if the web application becomes popular, and you have more users than a single web server VM can handle, then through the orchestration software, you will need to fire up a second instance of the web server and balance the traffic.

To the application, this looks like elasticity, even though you have no total capacity elasticity. It is the orchestration software that plays the role of allocating the resources by creating new instances of VMs.

While orchestration software is necessary; writing it on your own is not easy. What typically happens is that you will need to call the hypervisor APIs directly to orchestrate the instantiation of the VM and inject the OS into the VM shell. The easier way is to template the process so you start with the OS and then instantiate the VM. You then have to ensure networking connections before you can actually use it. This also implies you also need to build some sort of total capacity monitoring tool so you don't wildly allocate the resources as well.

This is a just very simple high level overview of orchestration. If you have more complicated equipment such as non-local disks (SAN or NAS) or actual switches, you may have to extend the orchestration software to work with those as well.

If you have any further questions or ideas about implementing this kind of cloud solution, please share them with us and comment below!

935 Views 0 Comments Permalink Tags: 100+, business, cloud, enterprise, private_cloud, virtual_machine


Actions