InfoQ Homepage Kubernetes Content on InfoQ
-
Q&A with Gabe Monroy of Microsoft on Azure Kubernetes Service from Build 2018
InfoQ caught up with Gabe Monroy, lead program manager for Containers on Azure regarding Azure Kubernetes Service (AKS) from the Microsoft //build conference. He goes into more detail about how Microsoft is working with the community, but at the same trying to differentiate the service, by integrating Azure Active Directory (AAD) for instance.
-
Azure Kubernetes Service (AKS) Is Now Generally Available - More Regions and New Features
At the end of October last year Microsoft announced a preview of AKS (Azure Container Service), a managed Kubernetes service in Azure. Now almost seven months later this service in Azure is generally available - and it joins a space with many competitive managed kubernetes services by other cloud providers, each offering different functionality and deployment locations.
-
Kubernetes Package Manager Helm Now Hosted by the CNCF
Earlier in the month the Cloud Native Computing Foundation (CNCF) Technical Oversight Committee (TOC) voted to accept Helm as an incubation-level hosted project. Helm is a package manager that provides an “easy way to find, share, and use software built for Kubernetes”.
-
AppDynamics Launches New European Software-as-a-Service Offering
Application intelligence vendor, AppDynamics, has launched a new European Software-as-a-Service (SaaS) offering, built on the Amazon Web Services (AWS) EU (Frankfurt) Region.
-
AWS Releases Elastic Container Service for Kubernetes (EKS)
In 2017 at re:Invent, AWS previewed a Kubernetes-based container service. Now six months later, the Elastic Container Service for Kubernetes (EKS) is generally available. It joins a crowded space of managed Kubernetes cloud services, each offering different functionality and deployment locations.
-
Instana Extends AI Application Monitoring to AWS Lambda
Instana, a cloud-native provider of artificial intelligence based monitoring tools for dynamic containerized microservice applications, has extended support to include AWS Lambda, a serverless computing platform and also announced availability through the AWS Marketplace.
-
Google Kubernetes Engine 1.10 Is Generally Available and Enterprise Ready
Google has announced the general availability of the 1.10 version of their kubernetes engine. Furthermore, in parallel of the 1.10 release, Google will release several new features to support enterprise use cases with the engine like the Shared Virtual Private Cloud (VPC), Regional Persistent Disks and Regional Clusters, Node Auto-Repair and the Horizontal Pod Autoscaler.
-
Atlassian Releases Escalator, an Autoscaling Tool for Kubernetes Nodes
Atlassian released their in-house tool Escalator as an open source project. It provides configuration-driven preemptive scale-up and faster scale-down for Kubernetes nodes.
-
Google's Stackdriver Monitoring Announces Better Support for Kubernetes Deployments
At the recently concluded KubeCon, Google announced the beta release of Stackdriver monitoring for Kubernetes. The key features include central visibility of Kubernetes-orchestrated container metrics and logs along with other metrics in the existing Stackdriver dashboard, and better Prometheus support.
-
Microsoft and Red Hat Announce a Managed OpenShift Offering on Azure
Microsoft announced it would expand their partnership with Red Hat to offer a managed OpenShift on Azure, which will combine the capabilities of Red Hat OpenShift and Microsoft Azure. Both Red Hat and Microsoft will join forces to design and engineer a Red Hat OpenShift on Azure, which will be available as a public preview in the coming months.
-
Google Release "gVisor", a Lightweight Container Runtime Sandbox Used to Provide Secure Isolation
Google has released gVisor, a new kind of sandbox that can be used to provide secure isolation for containers that is less resource intensive than running a full VM. At its core gVisor is an open source user-space kernel, written in Go, that implements a substantial portion of the Linux system surface. The project includes an OCI runtime called “runsc” that integrates with Docker and Kubernetes.
-
Docker Enterprise Edition 2.0 Brings Easier Kubernetes Integration
The latest version of Docker Enterprise Edition (EE) makes it possible to manage and secure applications running on Kubernetes in heterogeneous environments and provides workflows to simplify the day-to-day management of a Kubernetes environment.
-
StackPointCloud Enhances Istio and Kubernetes Functionality in Cloud-Native Management Platform
StackPointCloud, provider of a cloud-native management platform for Istio and Kubernetes, has added a series of tools to help enterprises deploy and use microservices and containers. Users can now manage Istio service meshes across Kubernetes clusters using their preferred cloud providers and StackPointCloud has partnered with Packet Host to help customers use ARM with their Kubernetes clusters.
-
Cloud Native Java Has A New Home: Jakarta EE
Mike Milinkovich, executive director at the Eclipse Foundation, introduced a new Eclipse governance model and roadmap for Jakarta EE at this year’s JAX conference. Based on a recent survey of over 1800 Java developers, the new governance model will focus on support for cloud native application development and faster release cycles. Milinkovich spoke with InfoQ on the future of Jakarta EE.
-
GCP Release “kaniko”, a Tool to Build Container Images inside Unprivileged Containers or Kubernetes
Google has released "kaniko", an open source tool to build container images from a Dockerfile, inside a container or Kubernetes cluster. kaniko does not depend on a Docker daemon and executes each command within a Dockerfile completely in userspace. This enables building container images in environments that can't easily or securely run a Docker daemon, such as a standard Kubernetes cluster.