All Projects → darxkies → K8s Tew

darxkies / K8s Tew

Licence: gpl-3.0
Kubernetes - The Easier Way

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to K8s Tew

K8s Gitops
GitOps principles to define kubernetes cluster state via code. Community around [email protected] is on discord: https://discord.gg/7PbmHRK
Stars: ✭ 192 (-28.62%)
Mutual labels:  prometheus, grafana, helm, k8s
Netdata
Real-time performance monitoring, done right! https://www.netdata.cloud
Stars: ✭ 57,056 (+21110.41%)
Mutual labels:  prometheus, grafana, containers, cncf
Docker monitoring logging alerting
Docker host and container monitoring, logging and alerting out of the box using cAdvisor, Prometheus, Grafana for monitoring, Elasticsearch, Kibana and Logstash for logging and elastalert and Alertmanager for alerting.
Stars: ✭ 479 (+78.07%)
Mutual labels:  elasticsearch, prometheus, grafana, kibana
Victoriametrics
VictoriaMetrics: fast, cost-effective monitoring solution and time series database
Stars: ✭ 5,558 (+1966.17%)
Mutual labels:  prometheus, cluster, grafana, k8s
Awesome Monitoring
INFRASTRUCTURE、OPERATION SYSTEM and APPLICATION monitoring tools for Operations.
Stars: ✭ 356 (+32.34%)
Mutual labels:  elasticsearch, prometheus, grafana, kibana
k8s-istio-demo
Demo showing the capabilities of Istio
Stars: ✭ 22 (-91.82%)
Mutual labels:  cluster, helm, ceph, k8s
Hastic Server
Hastic data management server for analyzing patterns and anomalies from Grafana
Stars: ✭ 292 (+8.55%)
Mutual labels:  elasticsearch, prometheus, grafana
Helm Monitor
Monitor K8S Helm release, rollback on metrics behavior (Prometheus, Elasticsearch, Sentry)
Stars: ✭ 332 (+23.42%)
Mutual labels:  elasticsearch, prometheus, helm
centos-script
🎉centos下工具安装脚本,包含基础环境配置,Gitlab、Docker、LDAP、MongoDB、MySQL、RabbitMQ、Supervisor、Node、Python、zsh、rar、zabbix、k8s、prometheus、grafana等🎉
Stars: ✭ 121 (-55.02%)
Mutual labels:  grafana, prometheus, k8s
K8s Deployment Strategies
Kubernetes deployment strategies explained
Stars: ✭ 2,649 (+884.76%)
Mutual labels:  prometheus, grafana, helm
Docker Compose Elasticsearch Kibana
Docker Compose for Elasticsearch and Kibana
Stars: ✭ 584 (+117.1%)
Mutual labels:  elasticsearch, cluster, kibana
Helm Elasticstack
Kubernetes Helm Charts and Tools to run Elastic Stack(ELK) on Azure Container Service(AKS)
Stars: ✭ 76 (-71.75%)
Mutual labels:  elasticsearch, helm, kibana
Microservice Scaffold
基于Spring Cloud(Greenwich.SR2)搭建的微服务脚手架(适用于在线系统),已集成注册中心(Nacos Config)、配置中心(Nacos Discovery)、认证授权(Oauth 2 + JWT)、日志处理(ELK + Kafka)、限流熔断(AliBaba Sentinel)、应用指标监控(Prometheus + Grafana)、调用链监控(Pinpoint)、以及Spring Boot Admin。
Stars: ✭ 211 (-21.56%)
Mutual labels:  prometheus, grafana, kibana
metalnetes
Create and manage multiple Kubernetes clusters using KVM on a bare metal Fedora 29 server. Includes helm + rook-ceph + nginx ingress + the stock analysis engine (jupyter + redis cluster + minio + automated cron jobs for data collection) - works on Kubernetes version v1.16.0 - 1.16.3 was not working
Stars: ✭ 37 (-86.25%)
Mutual labels:  helm, grafana, ceph
kubernetes the easy way
Automating Kubernetes the hard way with Vagrant and scripts
Stars: ✭ 22 (-91.82%)
Mutual labels:  cluster, cncf, k8s
Book k8sInfra
< 컨테이너 인프라 환경 구축을 위한 쿠버네티스/도커 >
Stars: ✭ 176 (-34.57%)
Mutual labels:  helm, grafana, k8s
Jmeter Elasticsearch Backend Listener
JMeter plugin that lets you send sample results to an ElasticSearch engine to enable live monitoring of load tests.
Stars: ✭ 72 (-73.23%)
Mutual labels:  elasticsearch, grafana, kibana
Cloudprober
An active monitoring software to detect failures before your customers do.
Stars: ✭ 1,269 (+371.75%)
Mutual labels:  prometheus, grafana, k8s
K8ssandra
K8ssandra is an open-source distribution of Apache Cassandra for Kubernetes including API services and operational tooling.
Stars: ✭ 155 (-42.38%)
Mutual labels:  prometheus, grafana, helm
Grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
Stars: ✭ 45,930 (+16974.35%)
Mutual labels:  elasticsearch, prometheus, grafana

Kubernetes v1.20

Kubernetes - The Easier Way (k8s-tew)

Build Status Go Report Card GitHub release GitHub

k8s-tew is a CLI tool to install a Kubernetes Cluster (local, single-node, multi-node or HA-cluster) on Bare Metal. It installs the most essential components needed by a cluster such as networking, storage, monitoring, logging, backuping/restoring and so on. Besides that, k8s-tew is also a supervisor that starts all cluster components on each node, once it setup the nodes.

TL;DR

k8s-tew

Documentation

The project documentation can be found here: https://darxkies.github.io/k8s-tew

Caveats

  • The local setup uses for ingress the ports 80, 443 so they need to be free on the host. It also turns swapping off which is a requirement for kubelet.
  • On CentOS nodes the firewall and SELinux are disabled to not interfere with Kubernetes.

Feedback

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].