VOOZH about

URL: https://www.javacodegeeks.com/tag/kubernetes/page/9

⇱ Kubernetes Archives - Page 9 of 12 - Java Code Geeks


  • Enterprise Java👁 Image
    Sebastian DaschnerNovember 8th, 2017
    0 196

    WildFly Kubernetes exec probes

    Liveness and readiness probes tell Kubernetes whether a pod is running and ready to do some work. An enterprise application…

    Read More »
  • DevOps👁 Image
    Arun GuptaJune 23rd, 2017
    0 170

    Gossip-based Kubernetes Cluster on AWS using Kops

    Creating a Kubernetes cluster using Kops requires a top-level domain or a sub domain and setting up Route 53 hosted zones.…

    Read More »
  • DevOps👁 Image
    Arun GuptaMarch 13th, 2017
    0 143

    Service Discovery with Java and Database application in Kubernetes

    This blog will show how a simple Java application can talk to a database using service discovery in Kubernetes. Service…

    Read More »
  • DevOps👁 Image
    Arun GuptaJanuary 16th, 2017
    0 118

    Starting a Kubernetes 1.5.x cluster

    Kubernetes 1.5.0 was released just about a month ago! Key theme for the release are: StatefulSets (ex-PetSets) StatefulSets are beta now (fixes…

    Read More »
  • DevOps👁 Image
    Arun GuptaDecember 5th, 2016
    0 186

    Kubernetes Monitoring with Heapster, InfluxDB and Grafana

    Kubernetes provides detailed insights about resource usage in the cluster. This is enabled by using Heapster, cAdvisor, InfluxDB and Grafana. Heapster is…

    Read More »
  • DevOps👁 Image
    Mark NeedhamDecember 5th, 2016
    0 130

    Kubernetes: Simulating a network partition

    A couple of weeks ago I wrote a post explaining how to create a Neo4j causal cluster using Kubernetes and…

    Read More »
  • DevOps👁 Image
    Mark NeedhamNovember 28th, 2016
    0 108

    Kubernetes: Spinning up a Neo4j 3.1 Causal Cluster

    A couple of weeks ago I wrote a blog post explaining how I’d created a Neo4j causal cluster using docker…

    Read More »
  • DevOps👁 Image
    Mark NeedhamNovember 23rd, 2016
    0 201

    Kubernetes: Writing hostname to a file

    Over the weekend I spent a bit of time playing around with Kubernetes and to get the hang of the…

    Read More »
  • DevOps👁 spring-interview-questions-answers
    Christian PostaJune 4th, 2016
    1 197

    Netflix OSS, Spring Cloud, or Kubernetes? How About All of Them!

    Some of this I cover in my book “Microservices for Java Developers” O’Reilly June 2016 (launching soon!), but I want…

    Read More »
  • First
  • ...
  • «
  • 7
  • 8
  • 9
  • 10
  • 11
  • »
  • ...
  • Last
Back to top button
Close