Topics

Remote.It Adds Ability for Containers to Share Network Services
Remote.It this week added a Docker Network Jumpbox capability to enable containers to share access to network services via a software-as-a-service (SaaS) platform. Remote.It CEO Ryo Koyama said the network management platform ...

Kubernetes Vs. Serverless: Day 2 Operations
Kubernetes and serverless have emerged as two leading technologies that facilitate the development, deployment and maintenance of cloud-native applications. While Kubernetes specializes in the orchestration of containerized applications, serverless computing abstracts away ...

Mirantis Adds Ability to Centrally Manage Lens Dev Environments
Mirantis this week added the ability to centrally manage deployments of the enterprise edition of its Lens tools for building container applications for Kubernetes clusters. Miska Kaipiainen, vice president of product engineering ...

Can You be Cloud Native Without Being in the Cloud?
One would probably assume that being cloud native means running everything in the cloud. But this isn’t always the case. Enterprise software is typically more complex than that and is often hosted ...

KSOC Shares List of Top Eight Kubernetes Vulnerabilities
Kubernetes Security Operations Center (KSOC) has published a list of the eight Kubernetes vulnerabilities that are most likely to be exploited. The list is based on an Exploit Prediction Scoring System (EPSS) ...

kubectl get secret: Working with Secrets in Kubernetes
Kubernetes secrets are objects in the Kubernetes ecosystem designed to store and manage sensitive information, such as passwords, API tokens, SSH keys or other credentials. They provide a secure and convenient way ...

Securing Cloud-Native Data at Rest
Data is central to all cloud-native applications, and keeping that data safe and secure is a challenge all application owners struggle with. When discussing securing the data you use with your cloud-native ...

Cosmonic Open Source Project Integrates Nomad and Cilium
Cosmonic has launched an open source Netreap project to integrate Nomad, an alternative for orchestrating containers from Hashicorp, with the Cilium networking overlay for cloud-native applications created by Isovalent. Dan Norris, head ...

How to Build Next-Gen Apps With Serverless Infrastructure
The cloud has completely changed the game when it comes to building applications. Engineering teams don’t have to settle for monolithic apps or hard-to-manage infrastructure anymore. And with the right cloud service ...

Kubernetes Geek Talk: Understanding Pod Status
In the Kubernetes architecture, a pod is the smallest and simplest unit that can be created and deployed. A pod consists of one or more containers that are tightly coupled and share ...