InfoQ Homepage Kubernetes Content on InfoQ
-
AWS App Mesh: Hosted Service Mesh Control Plane for Envoy Proxy
Amazon has released AWS App Mesh, a service mesh that allows developers to standardise how microservices communicate, implement rules for communications between microservices, and capture metrics, logs, and traces directly into AWS services and third-party tools. App Mesh is effectively an AWS-specific hosted control plane for Envoy, an open source service mesh data plane proxy.
-
EnvoyCon 2018: The Rise of Envoy Proxy and the xDS APIs, and Square and Alibaba Adoption
The inaugural EnvoyCon ran in Seattle, USA, alongside the KubeCon and CloudNativeCon events, and explored the past, present and future of the Envoy Proxy. Key takeaways from the first part of the day included that the success of Envoy is driven by the community engagement and the technical qualities in regard to performance, extensibility and well-defined management APIs.
-
DigitalOcean Launches Managed Kubernetes Service
Cloud provider DigitalOcean recently opened up access to their new Kubernetes-as-a-Service offering. This fully-managed service is now available in every DigitalOcean region.
-
Microsoft Announces Azure Kubernetes Service Updates
Microsoft has announced multiple updates to Azure Kubernetes Service, their managed Kubernetes offering. The announcements include features around AKS virtual nodes, GPU support for Azure Container Instances, and the donation of the Virtual Kubelet project to the Cloud Native Compute Foundation.
-
HashiCorp Vault 1.0 Open Sources Auto-Unseal, Adds Batch Tokens
HashiCorp has released version 1.0 of Vault, their secrets management tool that open-sources the auto-unseal feature needed to continue using Vault server after a failure or a restart. In this version, a new type of token called batch is now available for ephemeral workloads. Another new feature is that service account tokens are now supported in Kubernetes auth to inject tokens into a pod.
-
HashiCorp Improves Consul Service Mesh Integration with Kubernetes
Hashicorp has released new features to better integrate Consul with Kubernetes. These features include support for installing Consul on Kubernetes using an official Helm Chart, autosycing of Kubernetes services with Consul, auto-join for external Consul agents to join a Kubernetes cluster, support for Envoy, and injectors so Pods can be secured with Connect.
-
Google Introduces AI Hub and Kubeflow Pipelines for Easier ML Deployment
Google is launching two new tools, one proprietary and one open source: AI Hub and Kubeflow pipelines. Both are designed to assist data scientists design, launch and keep track of their machine learning algorithms.
-
Atomist Software Delivery Machine 1.0 Launched
Atomist, a software delivery automation company, has announced their Software Delivery Machine (SDM) 1.0. Atomist SDM is a cloud-native software delivery platform with additional capabilities, specifically for Kubernetes and Spring.
-
Kubernetes 1.12 Brings Volume Snapshots, TLS Improvements, and More
The Cloud Native Community Foundation has announced Kubernetes 1.12. This version brings Snapshot and restore volumes, improvements on TLS, Horizontal Pod Autoscaler (HPA), topology-aware dynamic provisioning, Advanced Auditing, topology support for Container Storage Interface (CSI) plugin, and more.
-
Hyperledger Releases New Version of Burrow Featuring Improved Integration and Developer Experience
In a recent blog post, the Hyperledger open source project announced the next version of Burrow v.0.21.0. Within this release, organizations can expect improved integration, key-signing, helm charts for Kubernetes and developer experience.
-
eBay Replatforming to Kubernetes, Envoy and Kafka: Intending to Open Source Hardware and Software
eBay has discussed how they are conducting a replatforming initiative across their entire technology stack, including building and releasing as open source both the hardware and software. Open source is fueling the software transformation of eBay’s infrastructure with cloud native technologies like Kubernetes, Envoy, MongoDB, Docker and Apache Kafka.
-
Jenkins to Focus Efforts on Stability, Ease of Use and Cloud Native Compatibility
The Jenkins project team has decided to split its efforts between focusing on stability issues and on better support for running on platforms like Kubernetes. The former, which will potentially have backward-incompatible changes, will impact the release model and provide a more pre-configured installation, whereas the latter will work on similar lines as the existing Jenkins X project.
-
"GitOps": Weaveworks Explain Their Model for Using Developer Tooling to Implement CI/CD
Over the past year, the Weaveworks team has increasingly refined the ideas around the practice of “GitOps”, their name for how they use developer tooling to drive operations and to implement continuous delivery.
-
Q&A with IBM's Lin Sun on Istio 1.0 and Microservices
InfoQ caught up with Lin Sun, a senior technical member at IBM and also a participant in the open source Istio project release team, regarding Istio in general and the 1.0 release in particular.
-
Docker Desktop Adds Kubernetes Support
Docker has released Kubernetes support in their stable channel for Docker Desktop on Windows and on Mac. Kubernetes is also supported by Docker Enterprise, allowing you to deploy the same images in both systems. This includes Docker Compose support, allowing you to use compose files to deploy to the Kubernetes cluster as an alternative to kubeconfig files.