5 Kubernetes Concepts You Must Know: HPA, API Gateway, OpenTelemetry, and More

5 Kubernetes Concepts You Must Know: HPA, API Gateway, OpenTelemetry, and More

Image Source  What Is Kubernetes? Kubernetes is an open-source platform for automating the deployment, scaling, and management of containerized applications. It was originally designed by Google and is now maintained by the ...
containers Kyndryl Node.js Open Policy Agent OPA cloud-native

Best of 2022: Deploying Node.js Apps to a Kubernetes Cluster

As we close out 2022, we at Container Journal wanted to highlight the most popular articles of the year. Following is the latest in our series of the Best of 2022. Node.js ...
Mirantis TriggerMesh Angular Shipa Application security apps Shipa Release of CNX 2.1

Best of 2022: Deploying Angular Apps to a Kubernetes Cluster

As we close out 2022, we at Container Journal wanted to highlight the most popular articles of the year. Following is the latest in our series of the Best of 2022. Angular ...
Kubernetes continuous testing

5 Kubernetes Pain Points and How to Solve Them

Kubernetes is an open source orchestration platform for managing Linux containers in private, public and hybrid cloud environments. It is also commonly used to manage a microservices architecture. Containers and Kubernetes can ...
security continuous SQL Server Windocks Tekton Kubeflow Red Hat CI/CD

Kubernetes Security in Your CI/CD Pipeline

Kubernetes security involves implementing security measures and tools and adopting best practices for protecting Kubernetes workloads. Kubernetes is an open source container management platform across public, private and hybrid clouds. Organizations employ ...
Kubernetes Istio rpa-concept-with-blurry-hand-touching-screen

Common Istio Errors and How to Solve Them

Istio is an open source service mesh technology that lets you connect, secure, control, monitor and run microservices. Istio is compatible with microservices running on either containers or virtual machines (VMs) running ...
Migrating Existing Apps to Azure Kubernetes Service

Migrating Existing Apps to Azure Kubernetes Service

AKS is a managed service that simplifies Kubernetes deployment and management of containerized applications in Azure. It eliminates much of the complexity and overhead associated with running your own Kubernetes clusters. AKS ...
dependencies Domain-Driven Design and Microservices

Software Dependencies and Containerized Applications

Modern software projects (cloud-native applications built using microservices and containers and running on platforms like Kubernetes) use code written by other developers, whether they are third-party vendors or open source contributors. However, ...
containerization container security ZTNA SASE

Securing Containers With Zero-Trust Tools

As container environments grow in complexity, container security requires a different security approach. Container security must consider everything from the applications running in containers to the infrastructure on which those containers run.  ...
Multiple Paths to Kubernetes Adoption

Kubernetes Cheat Sheet: 8 Commands You Can’t Do Without

Kubernetes is a container orchestrator consisting of master and worker nodes. It allows communication only through an API server, which serves as the core component of the control plane. The API server ...