發表文章

目前顯示的是 12月 15, 2018的文章

Public service

圖片
For other uses, see Public service (disambiguation). Not to be confused with Civil service. Roman public bath, still in use Public service [1] is a service which is provided by government to people living within its jurisdiction, either directly (through the public sector) or by financing provision of services. The term is associated with a social consensus (usually expressed through democratic elections) that certain services should be available to all, regardless of income, physical ability or mental acuity. Even where public services are neither publicly provided nor publicly financed, for social and political reasons they are usually subject to regulation going beyond that applying to most economic sectors. Public policy [2] when made in the public's interest and motivations can provide public services. Public service is also a course that can be studied at a college or university. Examples of public services are the fire brigade, police, air force, and paramedics.

How to Send On Premises Kubernetes Logs to Stackdriver

圖片
up vote 1 down vote favorite Objective : Get some logging/monitoring on Googles Stackdriver from a Kuberntes HA cluster that is on premises, version 1.11.2. I have been able to send logs to Elasticsearch using Fluentd Daemonset for Kubernetes, but the project is not supporting Stackdriver (issue). That said, there is a docker image created for Stackdriver (source), but it does not have the daemonset. Looking at other daemonsets in this repository, there are similarities between the different fluent.conf files with the exception of the Stackdriver fluent.conf file that is missing any environment variables. As noted in the GitHub issue mentioned above there is a plugin located in the Kubernetes GitHub here, but it is legacy. The docs can be found here. It states: "Warning: The Stackdriver logging da