|
| 1 | +<!doctype html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <!-- Global site tag (gtag.js) - Google Analytics --> |
| 5 | + <script async src="https://www.googletagmanager.com/gtag/js?id=UA-118393862-1"></script> |
| 6 | + <script> |
| 7 | + window.dataLayer = window.dataLayer || []; |
| 8 | +function gtag(){dataLayer.push(arguments);} |
| 9 | +gtag('js', new Date()); |
| 10 | + |
| 11 | +gtag('config', 'UA-118393862-1'); |
| 12 | + </script> |
| 13 | + <meta charset="utf-8"> |
| 14 | + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
| 15 | + <meta name="description" content=""> |
| 16 | + <meta name="author" content=""> |
| 17 | + <link rel="icon" href="favicon.ico"> |
| 18 | + |
| 19 | + <!-- TODO tagline? --> |
| 20 | + <title>Java Operator SDK - Tagline?</title> |
| 21 | + |
| 22 | + <!-- Bootstrap CSS --> |
| 23 | + <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous"> |
| 24 | + <!-- Custom styles for this template --> |
| 25 | + <link rel="stylesheet" href="font.css" type="text/css" charset="utf-8" /> |
| 26 | + <link href="jos.css" rel="stylesheet"> |
| 27 | + <link href="index.yaml"> |
| 28 | + </head> |
| 29 | + |
| 30 | + <body> |
| 31 | + <div class="content"> |
| 32 | + <div class="row blue-bg"> |
| 33 | + <div class="container d-flex w-100 h-100 p-3 mx-auto flex-column"> |
| 34 | + <header class="masthead mb-auto w-100"> |
| 35 | + <div class="inner"> |
| 36 | + <img src="cslogo.png" alt="Container Solutions logo"/> |
| 37 | + <nav class="nav nav-masthead"> |
| 38 | + <img src="cslabslogo.png" alt="Container Solutions Labs logo"/> |
| 39 | + </nav> |
| 40 | + </div> |
| 41 | + </header> |
| 42 | + |
| 43 | + <div class="intro text-center"> |
| 44 | + <img src="jos-logo.png" width="900" alt="Java Operator SDK logo"/> |
| 45 | + <h1 class="cover-heading">Java Operator SDK</h1> |
| 46 | + <h2 class="turq" >Write your own Kubernetes Operators in Java</h2> |
| 47 | + <!-- TODO tagline? --> |
| 48 | + <p class="pad lead">Some more headlines</p> |
| 49 | + <a href="https://github.com/ContainerSolutions/java-operator-sdk/blob/master/README.md" class="input-btn btn-lg btn-primary">Installation & Usage</a> |
| 50 | + </div> |
| 51 | + </div> |
| 52 | + </div> |
| 53 | + |
| 54 | + <div class="row"> |
| 55 | + <div class="container features"> |
| 56 | + <h2 class="feature-heading">Problems Solved</h2> |
| 57 | + <div class="row features"> |
| 58 | + <div class="col-sm"> |
| 59 | + <ul> |
| 60 | + <li><span>Scheduling of Kubernetes events</span></li> |
| 61 | + <li><span>Removing boilerplate code for API access</span></li> |
| 62 | + <li><span>You don't have to write Go!</span></li> |
| 63 | + </ul> |
| 64 | + </div> |
| 65 | + |
| 66 | + <div class="col-sm"> |
| 67 | + <ul> |
| 68 | + <li><span>Retrying of failed updates</span></li> |
| 69 | + <li><span>Management of Finalizers to ensure DELETE events aren't lost</span></li> |
| 70 | + <li><span>Handling concurrency</span></li> |
| 71 | + <!--li><span>Open-source with enterprise support</span></li--> |
| 72 | + </ul> |
| 73 | + </div> |
| 74 | + </div> |
| 75 | + <h2 class="feature-heading">Roadmap</h2> |
| 76 | + <div class="row features"> |
| 77 | + <div class="col-sm"> |
| 78 | + <ul> |
| 79 | + <li><span>Docker image building</span> </li> |
| 80 | + <li><span>Kubernetes manifest deployment</span></li> |
| 81 | + <li><span>CLI tool</span></li> |
| 82 | + </ul> |
| 83 | + </div> |
| 84 | + <div class="col-sm"> |
| 85 | + <ul> |
| 86 | + <li><span>Spring Boot integration</span></li> |
| 87 | + <li><span>Quarkus</span></li> |
| 88 | + </ul> |
| 89 | + </div> |
| 90 | + </div> |
| 91 | + </div> |
| 92 | + <div class="w-100 text-center action lead"> |
| 93 | + <p>Available now on GitHub<p/> |
| 94 | + <a href="https://mvnrepository.com/artifact/com.github.containersolutions/java-operator-sdk" class="input-btn btn-lg btn-primary">Maven</a> |
| 95 | + <a href="https://github.com/ContainerSolutions/java-operator-sdk" class="input-btn btn-lg btn-primary">GitHub</a> |
| 96 | + </div> |
| 97 | + </div> |
| 98 | + |
| 99 | + <footer class="blue-bg mastfoot mt-auto row"> |
| 100 | + <div class="container inner footer-pad"> |
| 101 | + <div class="uptest"> |
| 102 | + |
| 103 | + </div> |
| 104 | + <div class="rtest"> |
| 105 | + <a href="https://github.com/ContainerSolutions/java-operator-sdk/"><img src="GitHub-Mark-64px.png" height="40" alt="GitHub Mark Logo"/></a> |
| 106 | + |
| 107 | + <img src="cslogo.png" height="40" alt="Container Solutions logo"/> |
| 108 | + </div> |
| 109 | + <div class="clear"> |
| 110 | + <hr class="bar"/> |
| 111 | + <div class="text-center"> |
| 112 | + <p>An Open Source product with help from <a href="https://container-solutions.com">Container Solutions</a>.</p> |
| 113 | + </div> |
| 114 | + </div> |
| 115 | + </div> |
| 116 | + </footer> |
| 117 | + </div> |
| 118 | + |
| 119 | + |
| 120 | + <!-- jQuery first, then Popper.js, then Bootstrap JS --> |
| 121 | + <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> |
| 122 | + <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js" integrity="sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ" crossorigin="anonymous"></script> |
| 123 | + <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js" integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm" crossorigin="anonymous"></script> |
| 124 | + </body> |
| 125 | +</html> |
0 commit comments