If you search the Internet for “infrastructure-as-code”, it’s pretty easy to come up with a list of the most popular tools: Chef Puppet Ansible SaltStack CloudFormation Terraform What’s not easy is figuring out which one of these you should use. All of these tools can be used to manage infrastructure as code. All of them […]
Docker
Deploy Your First Deep Learning Model On Kubernetes With Python, Keras, Flask, and Docker
So Easy Even Your Boss Can Do It! This post demonstrates a *basic* example of how to build a deep learning model with Keras, serve it as REST API with Flask, and deploy it using Docker and Kubernetes. This is NOT a robust, production example. This is a quick guide for anyone out there who has heard about […]
8 Emerging Trends in Container Orchestration
Containers are no longer a niche technology—more than 35 percent of Datadog customers with at least 500 hosts have adopted Docker, according to our latest research on Docker usage in the real world. As containerization becomes more mainstream, we decided to examine the ecosystem of technologies for orchestrating container workloads. Platforms such as Kubernetes, Mesos, Amazon […]
How Kubernetes became the solution for migrating legacy applications
You don’t have to tear down your monolith to modernize it. You can evolve it into a beautiful microservice using cloud-native technologies. 20 Feb 2018 Swapnil Bhartiya Feed 73 up Image by : opensource.com x Get the newsletter Join the 85,000 open source advocates who receive our giveaway alerts and article roundups. In the early days of […]
What you need to know: Kubernetes and Swarm
Kubernetes and Docker Swarm are both popular and well-known container orchestration platforms. You don’t need a container orchestrator to run a container, but they are important for keeping your containers healthy and add enough value to mean you need to know about them. This blog post introduces the need for an orchestrator then chalks-up the differences at an […]
Weave Net – Weaving Containers into Applications
About Weaveworks Weaveworks is the company that delivers the most productive way for developers to connect, observe and control Docker containers. This repository contains Weave Net, the first product developed by Weaveworks, and with over 8 million downloads to date, enables you to get started with Docker clusters and portable apps in a fraction of the time […]
CNI – the Container Network Interface
What is CNI? CNI (Container Network Interface), a Cloud Native Computing Foundation project, consists of a specification and libraries for writing plugins to configure network interfaces in Linux containers, along with a number of supported plugins. CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. Because of this […]