mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-28 09:32:20 +00:00
update
This commit is contained in:
@@ -110,7 +110,7 @@ A curated list of awesome references collected since 2018. Microservices archite
|
||||
- [Ansible](ansible.md)
|
||||
- [Chef](chef.md)
|
||||
- [CI/CD Kubernetes Plugins](cicd-kubernetes-plugins.md)
|
||||
- [Client Libraries for Kubernetes: Go client & Fabric8](kubernetes-client-libraries.md)
|
||||
- [Client Libraries for Kubernetes: Go client, Fabric8 & JKube](kubernetes-client-libraries.md)
|
||||
- [Helm Kubernetes Tool](helm.md)
|
||||
- [Liquibase and Flyway](liquibase.md)
|
||||
- [Pulumi](pulumi.md)
|
||||
|
||||
@@ -3,8 +3,12 @@
|
||||
- [Go client for Kubernetes](https://github.com/kubernetes/client-go) Go clients for talking to a kubernetes cluster.
|
||||
- [kyaml2go (Pronounced as camel2go 🐫) 🌟](https://github.com/PrasadG193/kyaml2go) K8s Go client code generator from Kubernetes resource yamls.
|
||||
|
||||
### Fabric8 Java Client for Kubernetes
|
||||
### Fabric8 Java Client for Kubernetes (deprecated)
|
||||
- [Fabric8](https://fabric8.io/) has been available as a Java client for Kubernetes since 2015, and today is one of the most popular client libraries for Kubernetes (the most popular is [client-go](https://github.com/kubernetes/client-go), which is the client library for the Go programming language on Kubernetes). In recent years, **fabric8 has evolved from a Java client for the Kubernetes REST API to a full-fledged alternative to the kubectl command-line tool for Java-based development**.
|
||||
* [developers.redhat.com: Getting started with the fabric8 Kubernetes Java client](https://developers.redhat.com/blog/2020/05/20/getting-started-with-the-fabric8-kubernetes-java-client/)
|
||||
- [developers.redhat.com: How the fabric8 Maven plug-in deploys Java applications to OpenShift](https://developers.redhat.com/blog/2020/05/28/how-the-fabric8-maven-plug-in-deploys-java-applications-to-openshift/)
|
||||
* [Fabric8.io Microservices Development Platform](https://fabric8.io/) It is an open source microservices platform based on Docker, Kubernetes and Jenkins. It is built by the Red Hat guys.The purpose of the project is to make it easy to create microservices, build, test and deploy them via Continuous Delivery pipelines then run and manage them with Continuous Improvement and ChatOps. Fabric8 installs and configures the following things for you automatically: Jenkins, Gogs, Fabric8 registry, Nexus, SonarQube.
|
||||
|
||||
### Eclipse Jkube Java Client for Kubernetes (formerly known as Fabric8). Kubernetes & OpenShift Maven Plugins
|
||||
* [Eclipse JKube 🌟](https://www.eclipse.org/jkube/) Cloud-Native Java Applications without a hassle. Eclipse JKube is a collection of plugins and libraries that are used for building container images using Docker, JIB or S2I build strategies. Eclipse JKube generates and deploys Kubernetes/OpenShift manifests at compile time too. It brings your Java applications on to Kubernetes and OpenShift by leveraging the tasks required to make your application cloud-native. Eclipse JKube also provides a set of tools such as watch, debug, log, etc. to improve your developer experience.
|
||||
* [Github: Eclipse Jkube](https://github.com/eclipse/jkube)
|
||||
|
||||
@@ -107,7 +107,7 @@ nav:
|
||||
- Ansible: ansible.md
|
||||
- Chef: chef.md
|
||||
- CI/CD Kubernetes Plugins: cicd-kubernetes-plugins.md
|
||||
- Client Libraries for Kubernetes - Go client & Fabric8: kubernetes-client-libraries.md
|
||||
- Client Libraries for Kubernetes - Go client, Fabric8 & JKube: kubernetes-client-libraries.md
|
||||
- Helm Kubernetes Tool: helm.md
|
||||
- Liquibase & Flyway: liquibase.md
|
||||
- Pulumi: pulumi.md
|
||||
|
||||
Reference in New Issue
Block a user