Operations | Monitoring | ITSM | DevOps | Cloud

Containers

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

Redis on Cycle: Configuration and Deployment

Redis is a powerful in-memory data store thats blazing fast. It's performant, scalable, supports a wide range of data structures, has built in caching mechanisms, and is simple to set up for Cycle users. This post will take you from deploying your first Redis instance on Cycle, through deploying highly available, stateful Redis instances that are monitored by Redis Sentinel. The companion repo for this article with configuration files and settings can be found here.

Hacking the Cloud and Things to Watch Out for - Civo.com

Why should we be discussing cloud security in terms of internal infrastructure? This is exactly what Gillian Vanhauwaert from Defense.com spoke about in the final talk of the evening, as she outlined how aspects such as vendor lock-in, external facing, and phishing can impact your journey into the cloud.

Heroku to AWS Migration Made Easy with Qovery and Cloud303

As businesses grow and evolve, their needs for cloud services change too. This is especially true for companies that start with a Platform-as-a-Service (PaaS) solution like Heroku but need more control over their environment and customization options as they scale. This is where Amazon Web Services (AWS) comes in. Migrating from Heroku to AWS can be a complex process, but it allows businesses to scale their infrastructure and customize their environment to meet their specific needs.

MicroK8s is now on AWS marketplace

Everyone knows that MicroK8s is an extremely lightweight, extensible, reliable, CNCF-compliant distribution of Kubernetes. What you didn’t know until now is that it is even easier to install and manage as part of your AWS marketplace experience. First, a quick reminder of why MicroK8s is great: What is new is that MicroK8s is now available on the AWS marketplace, combining all of MicroK8s advantages with the convenience of AWS.

Air-Gapped Kubernetes with D2iQ (AFCEA West 2023)

From secure air-gapped environments to ease of use John Sickle, President and General Manager of D2iQ Federal, shares some of the reasons why the D2iQ Kubernetes Platform works for our partners at the Department of Defense and in the military. We provide the support, training and military-grade security required to help our government partners quickly and easily get into production and complete the mission at hand.

Introduction to Kubernetes Observability

Cloud has become the de-facto standard for new application development. Kubernetes solves many problems of modern-day cloud infrastructure. It has made microservices-based distributed software systems possible, enabling organizations to provide on-demand scaling. But at the same time, Kubernetes has also increased operational complexity. In simple terms, Kubernetes is a container orchestration tool. Container environments are dynamic and ephemeral.

Kubernetes CreateContainerConfigError and CreateContainerError

CreateContainerConfigError and CreateContainerError are two of the most prevalent Kubernetes errors found in cloud-native applications. CreateContainerConfigError is an error happening when the configuration specified for a container in a Pod is not correct or is missing a vital part. CreateContainerError is a problem happening at a later stage in the container creation flow. Kubernetes displays this error when it attempts to create the container in the Pod.