java-spring-api VS minikube-jenkins

Compare java-spring-api vs minikube-jenkins and see what are their differences.

java-spring-api

Simple java rest api using spring (by sybrenbolandit)

minikube-jenkins

Setup for helm install of jenkins on minikube (by sybrenbolandit)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
java-spring-api minikube-jenkins
12 2
0 0
- -
0.0 0.0
over 2 years ago over 4 years ago
Java
GNU General Public License v3.0 only GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

java-spring-api

Posts with mentions or reviews of java-spring-api. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-09.
  • FLUENT
    5 projects | /r/u_sybrenbolandit | 9 Sep 2021
    We start with an example app that will generate logs. We will use a Java API from a previous post on deploying with Helm. For the complete code for this section take a look at this branch here. We see that we have a logback.xml where we specify to write logs to a file. (See here te relevant part)
  • OAS3 AND SPRING BOOT
    2 projects | /r/u_sybrenbolandit | 27 Aug 2021
    We will add OAS3 documentation to a Java Spring API from a previous post on Kubernetes Helm. The completed code for this post is found on github here.
  • TESTCONTAINERS
    1 project | /r/u_sybrenbolandit | 21 Aug 2021
    We will start off with a Spring Boot API from this previous post on deployments with helm. We will extend this application with a database connection and use testcontainers in the integration tests. The complete code for this post can be on github here.
  • DEPLOY WITH HELM
    1 project | /r/u_sybrenbolandit | 5 Aug 2021
    In this post we will take the Kubernetes deployment we build in several previous posts on Kubernetes and turn it into a Helm package. The final project code can be found on github here.
  • SPRING AUTOCONFIGURE
    2 projects | /r/u_sybrenbolandit | 5 Aug 2021
    We are going to reuse an application that we made in an earlier post (found here). It’s just a basic setup with a greetings endpoint. The code that is used is found on github here.
  • PROMETHEUS ALERTING
    2 projects | /r/u_sybrenbolandit | 30 Jul 2021
    Now we have the architecture in place. We only need to add a Prometheus Rule for our application that triggers an alert. We build from the Spring Boot application that we deployed in the cluster in an earlier post. The configuration of this rule is done as another CRD and is found on this branch on github.
  • KUBERNETES AND PROMETHEUS
    2 projects | /r/u_sybrenbolandit | 29 Jul 2021
    The full code can be found on this branch. Here are the steps I took.
  • KUBERNETES AUTOSCALING
    1 project | /r/u_sybrenbolandit | 27 Jul 2021
    We start off with the example application from an earlier post. The complete autoscaling code can be found on github.
  • KUBERNETES INGRESS
    1 project | /r/u_sybrenbolandit | 27 Jul 2021
    If you just can’t wait to dive into the code. The complete configuration can be found on github.
  • GENERIC JENKINS FILE
    2 projects | /r/u_sybrenbolandit | 22 Jul 2021
    With our library in place we can remove the pipeline config out of our Jenkins file and refer to it as follows: (or checkout the code here)

minikube-jenkins

Posts with mentions or reviews of minikube-jenkins. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-07-22.

What are some alternatives?

When comparing java-spring-api and minikube-jenkins you can also consider the following projects:

fluent-bit - Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows

springdoc-openapi - Library for OpenAPI 3 with spring-boot

jenkins-ci - Example pipeline library

Fluentd - Fluentd: Unified Logging Layer (project under CNCF)

spring-auto-configure-controller - Auto configured explamation-controller with Spring