Operations | Monitoring | ITSM | DevOps | Cloud

Containers

The latest News and Information on Containers, Kubernetes, Docker and related technologies.

Application Platform with Crossplane and Shipa

Crossplane is an open-source project that lets you turn a Kubernetes cluster into a control plane. Crossplane lets you interact with your cloud provider API from a Kubernetes cluster, enabling you to create cloud resources required by your applications, such as databases or other resources supported by Crossplane for different cloud providers.

17 Best DevOps Tools to Use in 2022 for Infrastructure Automation and Monitoring

You must adopt proper infrastructure automation if you want to enable your teams to achieve faster application delivery while eliminating human errors. Automation of servers, deployment environments, configuration management, and deployments play a vital role in getting a competitive advantage for your product. Monitoring both the infrastructure and application is equally important as well. In this article, we will discuss top tools for infrastructure automation and monitoring.

A Hundred Organizations Trust Us: Why and How they Use Qovery

Since our start in 2019, we are proud to say that a hundred engineering teams from fast-growing organizations trust us to deploy their Production, Staging, and Development Environments on AWS in a few seconds. But why do they use Qovery, and how? That’s what you’re about to discover today!

Setting up a Multi-Architecture Kubernetes Cluster

In the last post we covered the industry shift towards ARM machines for both local and production software engineering. Last time we learned how to create Docker images that would work on multiple architectures for dev machines. Now we want to take this portability and leverage it for cost savings in production. You may be able to transition some of your services into multi-architecture builds.

Elasticsearch on Docker Tutorial | Elastic Docker Containers Configuration - Sematext

In this Elasticsearch/Docker tutorial, we will install and run an Elasticsearch cluster on a single Docker host. We will pull an Elasticsearch Docker image (and Kibana), create a Docker network for the cluster, and deploy it on a local host. Containerizing instances of Elasticsearch helps create a scalable and mobile infrastructure, while not sacrificing system performance. Follow along to create and configure a truly open-source Elasticsearch cluster in Docker.

KPIs Drive Behavior: So Get Them Right!

Congratulations! You just put your 100th application into the cloud, marking the end of a highly successful project. As the senior leader tasked with driving transformation in your company, you are celebrating with the team. Your project manager buys the first round of drinks—they can afford it because their bonus was directly tied to hitting the target of 100 apps in the cloud and they are happy to spread the cheer.

Application Deployment to Civo with a Terraform Template

Join our CTO, Dinesh Majrekar, as he deploys the infrastructure needed to host any application on Civo. This session will use a new terraform template repo to deploy a cluster, install an ingress and let-encrypt helm chart all from terraform. Once these basics are in place, the cluster can be used in GitOps pipelines by other teams to actually deploy their code.

VMware Image Builder Helps Verify Customized, Secure Software for Any Platform on Any Cloud

With the emergence of new programming languages, libraries, packaging systems, and dependencies, the open source landscape has become more diverse. At the same time, companies are finding it more and more complex to package and deliver open source software. This creates a massive challenge for independent software vendors (ISVs), large enterprises, and other organizations that need to control their software supply chain lifecycles while adhering to industry standards and best practices.

Kubernetes Master Class: GitOps, Rancher and ArgoCD with Codefresh

Join Robert Sirchia and Dan Garfield for this session. Configuration drift is a common problem software developers face. Picture this: two environments are supposed to be similar but are not. Nobody knows exactly what is deployed in that environment/server/cluster, so people are afraid to touch it. It’s declared “off-limits” because nobody can reconstruct it if it breaks down. People do hot-fixes or ad-hoc changes without recording them, and then those developers change teams or companies.