-
Notifications
You must be signed in to change notification settings - Fork 4
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
Showing
209 changed files
with
84,184 additions
and
114 deletions.
There are no files selected for viewing
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,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 |
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 |
---|---|---|
@@ -1,3 +1 @@ | ||
.DS_Store | ||
|
||
.DS_Store | ||
.cnab/ |
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 |
---|---|---|
@@ -1 +1 @@ | ||
# kubedaily-website | ||
Kubedaily |
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,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 not shown.
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
Binary file not shown.
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
784
public/blog/arkade-open-source-marketplace-for-kubernetes/index.html
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.