サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
アメリカ大統領選
blog.kubernetes.io
This blog post has migrated to a new URL. Click this link if you are not redirected automatically: https://kubernetes.io/blog/2018/03/27/kubernetes-1.10-stabilizing-storage-security-networking/
This article is more than one year old. Older articles may contain outdated content. Check that the information in the page has not become incorrect since its publication. It's possible nowadays to put almost any application in a container and run it. Creating cloud-native applications, however—containerized applications that are automated and orchestrated effectively by a cloud-native platform su
This article is more than one year old. Older articles may contain outdated content. Check that the information in the page has not become incorrect since its publication. Kubernetes and Machine LearningKubernetes has quickly become the hybrid solution for deploying complicated workloads anywhere. While it started with just stateless services, customers have begun to move complex workloads to the
This article is more than one year old. Older articles may contain outdated content. Check that the information in the page has not become incorrect since its publication. IntroductionKubernetes provides a high-level API and a set of components that hides almost all of the intricate and—to some of us—interesting details of what happens at the systems level. Application developers are not required
KubeCon + CloudNativeCon 2024Join us for three days of incredible opportunities to collaborate, learn and share with the cloud native community. Buy your ticket now! 12 - 15 November | Salt Lake City We’re pleased to announce the delivery of Kubernetes 1.9, our fourth and final release this year. Today’s release continues the evolution of an increasingly rich feature set, more robust stability, an
This article is more than one year old. Older articles may contain outdated content. Check that the information in the page has not become incorrect since its publication. Kubernetes has made the Ops experience much easier, but how does the developer experience compare? Ops teams can deploy a Kubernetes cluster in a matter of minutes. But developers need to understand a host of new concepts before
This article is more than one year old. Older articles may contain outdated content. Check that the information in the page has not become incorrect since its publication. Kubernetes has evolved to support increasingly complex classes of applications, enabling the development of two major industry trends: hybrid cloud and microservices. With increasing complexity in production environments, custom
This article is more than one year old. Older articles may contain outdated content. Check that the information in the page has not become incorrect since its publication. Today’s post is by the Istio team showing how you can get visibility, resiliency, security and control for your microservices in Kubernetes. Services are at the core of modern software architecture. Deploying a series of modular
This article is more than one year old. Older articles may contain outdated content. Check that the information in the page has not become incorrect since its publication. Kubernetes automates deployment, operations, and scaling of applications, but our goals in the Kubernetes project extend beyond system management -- we want Kubernetes to help developers, too. Kubernetes should make it easy for
This article is more than one year old. Older articles may contain outdated content. Check that the information in the page has not become incorrect since its publication. Container technologies are taking the infrastructure world by storm. While containers solve or simplify infrastructure management processes, they also introduce significant complexity in terms of orchestration. That’s where Kube
This article is more than one year old. Older articles may contain outdated content. Check that the information in the page has not become incorrect since its publication. Running a large scale video encoding infrastructure on multiple public clouds is tough. At Bitmovin, we have been doing it successfully for the last few years, but from an engineering perspective, it’s neither been enjoyable nor
This article is more than one year old. Older articles may contain outdated content. Check that the information in the page has not become incorrect since its publication. Editor’s note: this post is part of a series of in-depth articles on what's new in Kubernetes 1.6 Many users have existing domain name zones that they would like to integrate into their Kubernetes DNS namespace. For example, hyb
This article is more than one year old. Older articles may contain outdated content. Check that the information in the page has not become incorrect since its publication. Editor’s note: Today’s guest post is by Jeff McCormick, a developer at Crunchy Data, showing how to build a PostgreSQL cluster using the new Kubernetes StatefulSet feature. In an earlier post, I described how to deploy a Postgre
This article is more than one year old. Older articles may contain outdated content. Check that the information in the page has not become incorrect since its publication. Conventional wisdom says you can’t run a database in a container. “Containers are stateless!” they say, and “databases are pointless without state!” Of course, this is not true at all. At Google, everything runs in a container,
This article is more than one year old. Older articles may contain outdated content. Check that the information in the page has not become incorrect since its publication. Editor's note: Today’s post is by the Infrastructure Platform Department team at JD.com about their transition from OpenStack to Kubernetes. JD.com is one of China’s largest companies and the first Chinese Internet company to ma
This article is more than one year old. Older articles may contain outdated content. Check that the information in the page has not become incorrect since its publication. What is PaddlePaddle PaddlePaddle is an easy-to-use, efficient, flexible and scalable deep learning platform originally developed at Baidu for applying deep learning to Baidu products since 2014. There have been more than 50 inn
This article is more than one year old. Older articles may contain outdated content. Check that the information in the page has not become incorrect since its publication. Fission is a Functions as a Service (FaaS) / Serverless function framework built on Kubernetes. Fission allows you to easily create HTTP services on Kubernetes from functions. It works at the source level and abstracts away cont
This article is more than one year old. Older articles may contain outdated content. Check that the information in the page has not become incorrect since its publication. Editor's note: this post is part of a series of in-depth articles on what's new in Kubernetes 1.5 Extending on the theme of giving users choice, Kubernetes 1.5 release includes the support for Windows Servers. WIth more than 80%
This article is more than one year old. Older articles may contain outdated content. Check that the information in the page has not become incorrect since its publication. Editor's note: this post is part of a series of in-depth articles on what's new in Kubernetes 1.5 At the lowest layers of a Kubernetes node is the software that, among other things, starts and stops containers. We call this the
This article is more than one year old. Older articles may contain outdated content. Check that the information in the page has not become incorrect since its publication. At Skippbox, we developed kompose a tool to automatically transform your Docker Compose application into Kubernetes manifests. Allowing you to start a Compose application on a Kubernetes cluster with a single kompose up command.
This article is more than one year old. Older articles may contain outdated content. Check that the information in the page has not become incorrect since its publication. “Who's on first, What's on second, I Don't Know's on third” Who's on First? by Abbott and Costello Introduction Kubernetes is a system with several concepts. Many of these concepts get manifested as “objects” in the RESTful API
We use CentOS for Container Host (OpenStack instances) and install Docker, Kubernetes, Calico, etcd and so on. Of course, it is possible to run various container applications on Kubernetes. In fact, we run OpenStack as one of those applications. That's right, OpenStack on Kubernetes on OpenStack. We currently have more than 30 OpenStack clusters, that quickly become hard to manage and operate. As
In our example, we’ll be deploying the service and ingress object using the federated control plane. The ConfigMap object isn’t currently supported by Federation, so we’ll be deploying it manually in each of the underlying Federation clusters. Our cluster deployment will look as follows: We’re going to deploy a Service that is sharded across our 9 clusters. The backend deployment will consist of a
This article is more than one year old. Older articles may contain outdated content. Check that the information in the page has not become incorrect since its publication. Editor’s note: Today’s guest post is by Jeff McCormick, a developer at Crunchy Data, showing how to deploy a PostgreSQL cluster using Helm, a Kubernetes package manager. Crunchy Data supplies a set of open source PostgreSQL and
次のページ
このページを最初にブックマークしてみませんか?
『Kubernetes Blog』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く