Getting Started with Container Based Deployment

Getting Started with Container Based Deployment

Application life cycle management (ALM) is the process of creating application software and includes many different aspects???such as gathering requirements, architecture and detailed design, implementation, testing, change management, maintenance, integration, release management and deployment. There are different approaches, methodologies and schools of thought for all these aspects. Today, I’m going to focus on release management and deployment. This is the most dynamic and active field where the most innovation happens these days.

Traditionally, large enterprise systems where released very infrequently (within a time scale of months or even years) by dedicated release management teams that often belonged to an operations group, which was organizationally separate from the development group.

Now, the landscape is different. Large systems are composed from a large number of services that interact through APIs that are developed and deployed by semi-independent teams that use DevOps practices (development and operations are mixed).

One of the key technologies that enables this approach is container-based deployment. At the core, containers are very similar to virtual machines in the sense that they allow you to isolate a piece of software, its dependencies and the resources it needs. Multiple isolated containers running on the same physical machines can share the same operating system, which make them much more efficient and lean.

Docker

Docker has a lot of momentum right now and provides an increasingly complete toolchain. Let’s poke around and see what it takes to deploy some software using Docker.

The first step is to install Docker. Follow the instructions here: http://docs.docker.com/installation/

Here is what the MAC OSX Toolbox installer looks like:

The toolbox installs quite a few tools as well as a virtual machine called ‘default. I’ll go over some of the tools later. I work mostly from the terminal to get as close to the action as possible.

The ‘default’ VM is your new home. You can manage multiple VMs using the docker-machine tool, but ‘default’ is good enough for us.

Type: 'docker-machine ls'

You should see something like:

NAME ACTIVE DRIVER STATE URL SWARMdefault virtualbox Running tcp://192.168.99.100:2376

The next step is setting up the environment:

eval "$(docker-machine env dev)" 

That lets you use the ‘docker’ tool to actually work with containers inside the ‘default’ VM.

Type: 'docker ps'

You should see:

CONTAINER ID IMAGE COMMAND CREATEDSTATUS PORTS NAMES

That means no containers are running inside our machine. We will rectify it soon enough. Let’s run a web server. The following command will run nginx in a container listening on port 8080:

docker run -d -p 8080:80 nginx

Verify it worked by typing ‘docker ps’ again. You should see something like:

CONTAINER ID IMAGE COMMANDCREATED STATUS PORTSNAMES3c91a93d4976 nginx "nginx -g 'daemon off" Aboutan hour ago Up About an hour 443/tcp, 0.0.0.0:8080->80/tcpjolly_goldstine

We got nginx running on port 8080 of the VM.

To access it you need to use the VM IP address, which is available through:

docker-machine ip default

Here is how to get the default page from nginx:

curl http://$(docker-machine ip default):8080

The Docker Ecosystem

This was a very rudimentary example of how to bring up a web server ready to go. A complete system is much more than that. Even a simple system will have at least some sort of database for persistent data. Then, you’ll have your application. More sophisticated systems will have multiple services and backend processes running and possibly multiple types of databases and API servers. Each one of these components may have multiple instances. You can create Docker images for each component and then deploy them, but you’ll still need to manage versions properly and hook up the different containers. Deploying such a system is not trivial. Docker provides several tools that can help.

Docker Swarm

Docker Swarm lets you create a cluster of Docker hosts. Each one of these hosts can host multiple Docker containers. This is very important because you get the benefit of isolation between different containers, but you don’t have to dedicate an entire host for a component that may not use a lot of resources.

Docker swarm supports different discovery back ends so the various Docker containers in your cluster can find and interact with each other. Supported back ends include: etcd, Consul and ZooKeeper.

Docker Compose

Docker Compose lets you define multiple services to run on the same host. Each service will run in its own containers and you can link the services in the docker-compose.yml?file. This is very convenient to manage. You can define, build and deploy multi-container applications

Conclusion

The container-based deployment scene is exploding these day with lots of tools for managing it. Docker is a major player. It slowly expands beyond just containers to provide management and orchestration too. Its current offerings are still in Beta, but have a lot of momentum. My recommendation is to keep an eye and experiment with these technologies and tools, but be very careful before you trust them with production systems.

devx-admin

devx-admin

Share the Post:
AI Girlfriend Craze

AI Girlfriend Craze Threatens Relationships

The surge in virtual AI girlfriends’ popularity is playing a role in the escalating issue of loneliness among young males, and this could have serious

AIOps Innovations

Senser is Changing AIOps

Senser, an AIOps platform based in Tel Aviv, has introduced its groundbreaking AI-powered observability solution to support developers and operations teams in promptly pinpointing the

Malyasian Networks

Malaysia’s Dual 5G Network Growth

On Wednesday, Malaysia’s Prime Minister Anwar Ibrahim announced the country’s plan to implement a dual 5G network strategy. This move is designed to achieve a

Advanced Drones Race

Pentagon’s Bold Race for Advanced Drones

The Pentagon has recently unveiled its ambitious strategy to acquire thousands of sophisticated drones within the next two years. This decision comes in response to

Important Updates

You Need to See the New Microsoft Updates

Microsoft has recently announced a series of new features and updates across their applications, including Outlook, Microsoft Teams, and SharePoint. These new developments are centered

AI Girlfriend Craze

AI Girlfriend Craze Threatens Relationships

The surge in virtual AI girlfriends’ popularity is playing a role in the escalating issue of loneliness among young males, and this could have serious repercussions for America’s future. A

AIOps Innovations

Senser is Changing AIOps

Senser, an AIOps platform based in Tel Aviv, has introduced its groundbreaking AI-powered observability solution to support developers and operations teams in promptly pinpointing the root causes of service disruptions

Bebop Charging Stations

Check Out The New Bebob Battery Charging Stations

Bebob has introduced new 4- and 8-channel battery charging stations primarily aimed at rental companies, providing a convenient solution for clients with a large quantity of batteries. These wall-mountable and

Malyasian Networks

Malaysia’s Dual 5G Network Growth

On Wednesday, Malaysia’s Prime Minister Anwar Ibrahim announced the country’s plan to implement a dual 5G network strategy. This move is designed to achieve a more equitable incorporation of both

Advanced Drones Race

Pentagon’s Bold Race for Advanced Drones

The Pentagon has recently unveiled its ambitious strategy to acquire thousands of sophisticated drones within the next two years. This decision comes in response to Russia’s rapid utilization of airborne

Important Updates

You Need to See the New Microsoft Updates

Microsoft has recently announced a series of new features and updates across their applications, including Outlook, Microsoft Teams, and SharePoint. These new developments are centered around improving user experience, streamlining

Price Wars

Inside Hyundai and Kia’s Price Wars

South Korean automakers Hyundai and Kia are cutting the prices on a number of their electric vehicles (EVs) in response to growing price competition within the South Korean market. Many

Solar Frenzy Surprises

Solar Subsidy in Germany Causes Frenzy

In a shocking turn of events, the German national KfW bank was forced to discontinue its home solar power subsidy program for charging electric vehicles (EVs) after just one day,

Electric Spare

Electric Cars Ditch Spare Tires for Efficiency

Ira Newlander from West Los Angeles is thinking about trading in his old Ford Explorer for a contemporary hybrid or electric vehicle. However, he has observed that the majority of

Solar Geoengineering Impacts

Unraveling Solar Geoengineering’s Hidden Impacts

As we continue to face the repercussions of climate change, scientists and experts seek innovative ways to mitigate its impacts. Solar geoengineering (SG), a technique involving the distribution of aerosols

Razer Discount

Unbelievable Razer Blade 17 Discount

On September 24, 2023, it was reported that Razer, a popular brand in the premium gaming laptop industry, is offering an exceptional deal on their Razer Blade 17 model. Typically

Innovation Ignition

New Fintech Innovation Ignites Change

The fintech sector continues to attract substantial interest, as demonstrated by a dedicated fintech stage at a recent event featuring panel discussions and informal conversations with industry professionals. The gathering,

Import Easing

Easing Import Rules for Big Tech

India has chosen to ease its proposed restrictions on imports of laptops, tablets, and other IT hardware, allowing manufacturers like Apple Inc., HP Inc., and Dell Technologies Inc. more time

Semiconductor Stock Plummet

Dramatic Downturn in Semiconductor Stocks Looms

Recent events show that the S&P Semiconductors Select Industry Index seems to be experiencing a downturn, which could result in a decline in semiconductor stocks. Known as a key indicator

Anthropic Investment

Amazon’s Bold Anthropic Investment

On Monday, Amazon announced its plan to invest up to $4 billion in the AI firm Anthropic, acquiring a minority stake in the process. This decision demonstrates Amazon’s commitment to

AI Experts Get Hired

Tech Industry Rehiring Wave: AI Experts Wanted

A few months ago, Big Tech companies were downsizing their workforce, but currently, many are considering rehiring some of these employees, especially in popular fields such as artificial intelligence. The

Lagos Migration

Middle-Class Migration: Undermining Democracy?

As the middle class in Lagos, Nigeria, increasingly migrates to private communities, a PhD scholar from a leading technology institute has been investigating the impact of this development on democratic

AI Software Development

ChatGPT is Now Making Video Games

Pietro Schirano’s foray into using ChatGPT, an AI tool for programming, has opened up new vistas in game and software development. As design lead at business finance firm Brex, Schirano

Llama Codebot

Developers! Here’s Your Chatbot

Meta Platforms has recently unveiled Code Llama, a free chatbot designed to aid developers in crafting coding scripts. This large language model (LLM), developed using Meta’s Llama 2 model, serves

Tech Layoffs

Unraveling the Tech Sector’s Historic Job Losses

Throughout 2023, the tech sector has experienced a record-breaking number of job losses, impacting tens of thousands of workers across various companies, including well-established corporations and emerging startups in areas

Chinese 5G Limitation

Germany Considers Limiting Chinese 5G Tech

A recent report has put forth the possibility that Germany’s Federal Ministry of the Interior and Community may consider limiting the use of Chinese 5G technology by local network providers

Modern Warfare

The Barak Tank is Transforming Modern Warfare

The Barak tank is a groundbreaking addition to the Israeli Defense Forces’ arsenal, significantly enhancing their combat capabilities. This AI-powered military vehicle is expected to transform the way modern warfare

AI Cheating Growth

AI Plagiarism Challenges Shake Academic Integrity

As generative AI technologies like ChatGPT become increasingly prevalent among students and raise concerns about widespread cheating, prominent universities have halted their use of AI detection software, such as Turnitin’s