Skip to content

Commit

Permalink
update-test
Browse files Browse the repository at this point in the history
  • Loading branch information
sangam14 committed Dec 3, 2023
1 parent 6c5ae38 commit 3ddc08f
Show file tree
Hide file tree
Showing 209 changed files with 84,184 additions and 114 deletions.
4 changes: 4 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# See https://docs.docker.com/engine/reference/builder/#dockerignore-file
# Put files here that you don't want copied into your bundle's invocation image
.gitignore
template.Dockerfile
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
.DS_Store

.DS_Store
.cnab/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# kubedaily-website
Kubedaily
Binary file added assets/.DS_Store
Binary file not shown.
Binary file added content/.DS_Store
Binary file not shown.
Binary file added content/en/.DS_Store
Binary file not shown.
40 changes: 40 additions & 0 deletions content/en/blog/porter/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
title : Porter - Create an installer bundling your application, client tools, configuration, and deployment logic for easy distribution and execution with a single command
author : Sangam Biradar
categories :
- Kubernetes
weight : 50
description : Cloud Native Bundle for Developer
draft : false
Date : 2023-02-18
author : Sangam Biradar
---


#### Porter - Create an installer bundling your application, client tools, configuration, and deployment logic for easy distribution and execution with a single command

Porter is a CNCF project implementing the CNAB specification. It provides a CLI and Kubernetes Operator to create, publish, install, and maintain CNABs. Porter provides a consistent, platform-agnostic way to deploy and manage cloud native applications, making it easier to automate and manage the lifecycle of your applications

- CNAB, or Cloud-Native Application Bundle, is an open standard for packaging and distributing cloud-native applications and their dependencies across various platforms. It simplifies the deployment process, enhances security through digital signatures, and promotes interoperability across different environments, making it easier to manage complex cloud-native applications.


#### Install Porter

```
➜ export VERSION="v1.0.14"
curl -L https://cdn.porter.sh/$VERSION/install-mac.sh | bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
100 1204 100 1204 0 0 518 0 0:00:02 0:00:02 --:--:-- 2787
Installing [email protected] to /Users/sangambiradar/.porter from https://cdn.porter.sh
Installed porter v1.0.14 (0e739d88)
installed exec mixin v1.0.14 (0e739d88)
Installation complete.
Add porter to your path by adding the following line to your ~/.bash_profile or ~/.zprofile and open a new terminal:
export PATH=$PATH:~/.porter
➜ export PATH=$PATH:~/.porter
```

#### Initialize a New Porter Project

Binary file added layouts/.DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion layouts/partials/site-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
<li><a href="{{ .URL }}" {{ if $isActive }} class="active"{{ end }}>{{ .Pre }}{{ .Name }}</a></li>
{{ end }}
</ul>

</nav>
</div>

Expand Down
Binary file added public/.DS_Store
Binary file not shown.
Binary file added public/blog/Arkade.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
784 changes: 784 additions & 0 deletions public/blog/arkade-open-source-marketplace-for-kubernetes/index.html

Large diffs are not rendered by default.

Binary file added public/blog/certmanager/certmanager.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3ddc08f

Please sign in to comment.