efk
Here are 51 public repositories matching this topic...
black-shop(黑店),基于springBoot2.1.13和Spring Cloud Alibaba.{latest.version}搭建的微服务b2c电商平台,持续开发中…………欢迎加入贡献团队
-
Updated
Jul 2, 2020 - Java
Terraform module to provision an Elasticsearch cluster with built-in integrations with Kibana and Logstash.
-
Updated
Jun 30, 2020 - HCL
springcloud 微服务,Sring cloud Greenwich.SR1 spring boot 2.1.3.RELEASE 版本 。服务水平加垂直分层,集成xxl-job定时任务系统、Redis缓存、队列、分布式锁,监控,EFK 日志搜索方案集成实现等
-
Updated
Jul 4, 2020 - Java
容器监控方案汇总
-
Updated
Jun 28, 2020
Cloud Native Architectural Models using Archi. Contains models for CAAS, Cloud Native Applications, 12/15 Factor Applications with CI/CD/CS, monitoring and log management. Infrastructure components include Red Hat OpenShift, Red Hat Storage, Red Hat Ansible Tower, Red Hat Cloudforms, Red Hat Satellite, Red Hat JBoss Middleware.
-
Updated
Jul 13, 2020
Helm chart to deploy a working logging solution using the ElasticSearch - Fluentd - Kibana stack on Kubernetes
-
Updated
Sep 9, 2018 - Smarty
A sample environment running Elasticsearch, Fluentd and Kibana on your local machine.
-
Updated
May 20, 2020 - Dockerfile
Ansible Role - Elasticsearch Curator
-
Updated
May 26, 2020
Ideally this should be in two parts.
Functional
Configure fluentd such that it reads from a real log group and writes to a file or stdout, which can then be asserted on
Unit
To be done in tandem with a refactoring exercise. The run method should be pared down to a minimum. As functionality is moved out, it should be accompanied by tests.
It would be good to pull more minikube config from the yaml file, under provision a new object could be optionally included. For example:
provision:
cloud: minikube
domain: minikube.local
kubernetesVersion: v1.10.0
minikube:
memory: 6144
extra-config:
apiserver.admission-control: NamespaceLifecycle
apiserver.authorization-mode: Always
Ansible role - Fluentd (td-agent)
-
Updated
Jun 19, 2020
Docker image Kibana (Alpine)
-
Updated
Dec 17, 2017 - Shell
Docker image Elasticsearch (Alpine)
-
Updated
Dec 18, 2017 - Shell
Elasticsearch, Fluentd and Kibana (EFK) stack sample
-
Updated
Apr 20, 2018 - Go
Cheat sheets and some tips!
-
Updated
Apr 20, 2018 - CSS
A demo for installing EFK suite into Kubernetes
-
Updated
Mar 19, 2020
Elasticsearch, Fluentd and Kibana (EFK) Logging Stack on Kubernetes
-
Updated
Oct 25, 2019
EFK, Prometheus, Grafana, monitor like a boss. `make install` me!
-
Updated
Feb 21, 2018 - Makefile
Building a stack (hosted on kubernetes) with all of the pieces I want to learn
-
Updated
Oct 29, 2019 - Smarty
A PoC using microprofile with Kubernetes and Istio
-
Updated
Nov 3, 2019 - Java
Induction for logging
-
Updated
Oct 14, 2019
Face Recognization with dlib,mkl(or opbenblas in some branches),avx and falcon framework.
-
Updated
Mar 25, 2019 - Python
Improve this page
Add a description, image, and links to the efk topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the efk topic, visit your repo's landing page and select "manage topics."


通过了CSR认证,却没有获取到nodes的信息
[root@k8s-01 ssl]# kubectl get csr
NAME AGE REQUESTOR CONDITION
csr-b0gpz 6m kubelet-bootstrap Pending
csr-swnf0 27m kubelet-bootstrap Pending
[root@k8s-01 ssl]# kubectl certificate approve csr-b0gpz csr-swnf0
certificatesigningrequest "csr-b0gpz" approved
certificatesigningrequest "csr-swnf0" approved
[root@k8s-01 ssl]