-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 46674b7
Showing
1,342 changed files
with
333,940 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,137 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" prefix="og: http://ogp.me/ns# fb: https://www.facebook.com/2008/fbml"> | ||
<head> | ||
<title>Articles by Daniel Pawlik - Software Factory</title> | ||
<!-- Using the latest rendering mode for IE --> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
|
||
|
||
|
||
<meta name="author" content="Red Hat" /> | ||
|
||
<!-- Open Graph tags --> | ||
<meta property="og:site_name" content="Software Factory" /> | ||
<meta property="og:type" content="website"/> | ||
<meta property="og:title" content="Software Factory"/> | ||
<meta property="og:url" content=".."/> | ||
<meta property="og:description" content="Software Factory"/> | ||
|
||
|
||
|
||
<!-- Bootstrap --> | ||
<link rel="stylesheet" href="../theme/css/bootstrap.min.css" type="text/css"/> | ||
<link href="../theme/css/font-awesome.min.css" rel="stylesheet"> | ||
|
||
<link href="../theme/css/pygments/solarizedlight.css" rel="stylesheet"> | ||
<link href="../theme/css/html4css1.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="../theme/css/style.css" type="text/css"/> | ||
|
||
|
||
|
||
</head> | ||
<body> | ||
|
||
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a href="../" class="navbar-brand"> | ||
<img class="img-responsive pull-left gap-right" src="../images/SoftwareFactory-logo.svg" width="20px"/> Software Factory </a> | ||
</div> | ||
<div class="collapse navbar-collapse navbar-ex1-collapse"> | ||
<ul class="nav navbar-nav"> | ||
<li><a href="../pages/contact.html"> | ||
Contact | ||
</a></li> | ||
<li > | ||
<a href="../category/blog.html">Blog</a> | ||
</li> | ||
</ul> | ||
<ul class="nav navbar-nav navbar-right"> | ||
</ul> | ||
</div> | ||
<!-- /.navbar-collapse --> | ||
</div> | ||
</div> <!-- /.navbar --> | ||
|
||
<!-- Banner --> | ||
<!-- End Banner --> | ||
|
||
<!-- Content Container --> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-sm-9"> | ||
<article> | ||
<h2><a href="../moving-to-opendistro-for-elasticsearch.html">Moving to Opendistro for Elasticsearch</a></h2> | ||
<div class="summary"><p>This article explains why we choose Opendistro and what we have done | ||
to integrate it in Software Factory.</p> | ||
<div class="section" id="why-opendistro"> | ||
<h2>Why Opendistro?</h2> | ||
<p>The Opendistro ELK stack is a "community-driven 100% open source distribution | ||
of Elasticsearch with advanced security, alerting, SQL support, | ||
automated index management, deep performance analysis, and more."</p> | ||
<p>The main reason …</p></div> | ||
<a class="btn btn-default btn-xs" href="../moving-to-opendistro-for-elasticsearch.html">more ...</a> | ||
</div> | ||
</article> | ||
<hr/> | ||
|
||
</div> | ||
<div class="col-sm-3" id="sidebar"> | ||
<aside> | ||
<!-- Sidebar --> | ||
<section class="well well-sm"> | ||
<ul class="list-group list-group-flush"> | ||
|
||
<!-- Sidebar/Recent Posts --> | ||
<li class="list-group-item"> | ||
<h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Recent Posts</span></h4> | ||
<ul class="list-group" id="recentposts"> | ||
<li class="list-group-item"><a href="../moving-to-opendistro-for-elasticsearch.html">Moving to Opendistro for Elasticsearch</a></li> | ||
</ul> | ||
</li> | ||
<!-- End Sidebar/Recent Posts --> | ||
</ul> | ||
</section> | ||
<!-- End Sidebar --> </aside> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- End Content Container --> | ||
|
||
<footer> | ||
<div class="container"> | ||
<hr> | ||
<div class="row"> | ||
<div class="col-xs-10">© 2020 Red Hat | ||
· Powered by <a href="http://docs.getpelican.com/" target="_blank">Pelican</a> | ||
· This work is licensed under a | ||
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"> | ||
Creative Commons Attribution 4.0 International License | ||
</a>. | ||
</div> | ||
<div class="col-xs-2"><p class="pull-right"><i class="fa fa-arrow-up"></i> <a href="#">Back to top</a></p></div> | ||
</div> | ||
</div> | ||
</footer> | ||
<script src="../theme/js/jquery.min.js"></script> | ||
|
||
<!-- Include all compiled plugins (below), or include individual files as needed --> | ||
<script src="../theme/js/bootstrap.min.js"></script> | ||
|
||
<!-- Enable responsive features in IE8 with Respond.js (https://github.com/scottjehl/Respond) --> | ||
<script src="../theme/js/respond.min.js"></script> | ||
|
||
|
||
|
||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,181 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" prefix="og: http://ogp.me/ns# fb: https://www.facebook.com/2008/fbml"> | ||
<head> | ||
<title>Articles by dpawlik - Software Factory</title> | ||
<!-- Using the latest rendering mode for IE --> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
|
||
|
||
|
||
<meta name="author" content="Red Hat" /> | ||
|
||
<!-- Open Graph tags --> | ||
<meta property="og:site_name" content="Software Factory" /> | ||
<meta property="og:type" content="website"/> | ||
<meta property="og:title" content="Software Factory"/> | ||
<meta property="og:url" content=".."/> | ||
<meta property="og:description" content="Software Factory"/> | ||
|
||
|
||
|
||
<!-- Bootstrap --> | ||
<link rel="stylesheet" href="../theme/css/bootstrap.min.css" type="text/css"/> | ||
<link href="../theme/css/font-awesome.min.css" rel="stylesheet"> | ||
|
||
<link href="../theme/css/pygments/solarizedlight.css" rel="stylesheet"> | ||
<link href="../theme/css/html4css1.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="../theme/css/style.css" type="text/css"/> | ||
|
||
|
||
|
||
</head> | ||
<body> | ||
|
||
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a href="../" class="navbar-brand"> | ||
<img class="img-responsive pull-left gap-right" src="../images/SoftwareFactory-logo.svg" width="20px"/> Software Factory </a> | ||
</div> | ||
<div class="collapse navbar-collapse navbar-ex1-collapse"> | ||
<ul class="nav navbar-nav"> | ||
<li><a href="../pages/contact.html"> | ||
Contact | ||
</a></li> | ||
<li > | ||
<a href="../category/blog.html">Blog</a> | ||
</li> | ||
</ul> | ||
<ul class="nav navbar-nav navbar-right"> | ||
</ul> | ||
</div> | ||
<!-- /.navbar-collapse --> | ||
</div> | ||
</div> <!-- /.navbar --> | ||
|
||
<!-- Banner --> | ||
<!-- End Banner --> | ||
|
||
<!-- Content Container --> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-sm-9"> | ||
<article> | ||
<h2><a href="../sf-operator-how-hardware-is-important-in-kubernetes.html">SF Operator - how hardware is important in Kubernetes</a></h2> | ||
<div class="summary"><div class="section" id="problem-description-1"> | ||
<span id="problem-description"></span><h2>Problem description</h2> | ||
<p>As you know, the future release of the Software Factory project will be based on the | ||
Kubernetes deployment. On adding new services, there are more and more pods | ||
spawned on the Kubernetes cluster, which might raise some complications, when | ||
the test environment is limited. | ||
After a while, we …</p></div> | ||
<a class="btn btn-default btn-xs" href="../sf-operator-how-hardware-is-important-in-kubernetes.html">more ...</a> | ||
</div> | ||
</article> | ||
<hr/> | ||
<article> | ||
<h2><a href="../checking-sf-operator-with-kubernetes.html">Checking SF Operator with Kubernetes</a></h2> | ||
<div class="summary"><div class="section" id="early-stage-of-sf-operator"> | ||
<h2>Early stage of SF Operator</h2> | ||
<p>In the beginning, the <cite>sf-operator</cite> were deployed on <a class="reference external" href="https://kind.sigs.k8s.io/">Kind</a> tool, | ||
because it was fast to deploy, easy to enable features like <cite>extraPortMapping</cite>, | ||
configure local storage. So it was a perfect tool to run in CI and only for CI. | ||
After a while we realized that …</p></div> | ||
<a class="btn btn-default btn-xs" href="../checking-sf-operator-with-kubernetes.html">more ...</a> | ||
</div> | ||
</article> | ||
<hr/> | ||
<article> | ||
<h2><a href="../getting-started-with-codeready-containers.html">Getting started with CodeReady Containers</a></h2> | ||
<div class="summary"><div class="section" id="crc-codeready-containers"> | ||
<h2>CRC - CodeReady Containers</h2> | ||
<div class="section" id="what-is-crc"> | ||
<h3>What is CRC?</h3> | ||
<p>The CRC (Red Hat CodeReady Containers) is a solution to deploy OpenShift | ||
cluster on your local machine in minutes. | ||
Red Hat OpenShift provides a complete solution that includes a stable Kubernetes | ||
engine with robust security and many integrated capabilities required to | ||
operate a complete …</p></div></div> | ||
<a class="btn btn-default btn-xs" href="../getting-started-with-codeready-containers.html">more ...</a> | ||
</div> | ||
</article> | ||
<hr/> | ||
<article> | ||
<h2><a href="../deploying-the-quay-container-registry.html">Deploying the Quay container registry</a></h2> | ||
<div class="summary"><div class="section" id="what-is-quay"> | ||
<h2>What is Quay ?</h2> | ||
<p>As the infra team we deploy and maintain a Quay service which is a distributed | ||
and highly available container image registry for the RDO and TripleO project. | ||
In the blog post we'll introduce an Ansible role that we have created to | ||
ease Quay deployment and configuration.</p> | ||
</div> | ||
<div class="section" id="additional-services"> | ||
<h2>Additional …</h2></div> | ||
<a class="btn btn-default btn-xs" href="../deploying-the-quay-container-registry.html">more ...</a> | ||
</div> | ||
</article> | ||
<hr/> | ||
|
||
</div> | ||
<div class="col-sm-3" id="sidebar"> | ||
<aside> | ||
<!-- Sidebar --> | ||
<section class="well well-sm"> | ||
<ul class="list-group list-group-flush"> | ||
|
||
<!-- Sidebar/Recent Posts --> | ||
<li class="list-group-item"> | ||
<h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Recent Posts</span></h4> | ||
<ul class="list-group" id="recentposts"> | ||
<li class="list-group-item"><a href="../sf-operator-how-hardware-is-important-in-kubernetes.html">SF Operator - how hardware is important in Kubernetes</a></li> | ||
<li class="list-group-item"><a href="../checking-sf-operator-with-kubernetes.html">Checking SF Operator with Kubernetes</a></li> | ||
<li class="list-group-item"><a href="../getting-started-with-codeready-containers.html">Getting started with CodeReady Containers</a></li> | ||
<li class="list-group-item"><a href="../deploying-the-quay-container-registry.html">Deploying the Quay container registry</a></li> | ||
</ul> | ||
</li> | ||
<!-- End Sidebar/Recent Posts --> | ||
</ul> | ||
</section> | ||
<!-- End Sidebar --> </aside> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- End Content Container --> | ||
|
||
<footer> | ||
<div class="container"> | ||
<hr> | ||
<div class="row"> | ||
<div class="col-xs-10">© 2023 Red Hat | ||
· Powered by <a href="http://docs.getpelican.com/" target="_blank">Pelican</a> | ||
· This work is licensed under a | ||
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"> | ||
Creative Commons Attribution 4.0 International License | ||
</a>. | ||
</div> | ||
<div class="col-xs-2"><p class="pull-right"><i class="fa fa-arrow-up"></i> <a href="#">Back to top</a></p></div> | ||
</div> | ||
</div> | ||
</footer> | ||
<script src="../theme/js/jquery.min.js"></script> | ||
|
||
<!-- Include all compiled plugins (below), or include individual files as needed --> | ||
<script src="../theme/js/bootstrap.min.js"></script> | ||
|
||
<!-- Enable responsive features in IE8 with Respond.js (https://github.com/scottjehl/Respond) --> | ||
<script src="../theme/js/respond.min.js"></script> | ||
|
||
|
||
|
||
|
||
</body> | ||
</html> |
Oops, something went wrong.